#BB65E3

Color #BB65E3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BB65E3

Tints of Medium Orchid #BB65E3

Color information

#BB65E3 (or 0xBB65E3) is unknown color: approx Medium Orchid. HEX triplet: BB, 65 and E3. RGB value is (187,101,227). Sum of RGB (Red+Green+Blue) = 187+101+227=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB65E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65E3 is #449A1C. Grayscale: #8C8C8C. Windows color (decimal): -4495901 or 14902715. OLE color: 14902715.

HSL color Cylindrical-coordinate representation of color #BB65E3: hue angle of 280.95º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB65E3 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187101227-
CMYK0.180.5600.11
HSL280.95º69.23%64.31%-
HSV(B)280.95º55.51%89.02%-
XYZ39.0125.4275.52-
YUV141.08176.49160.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 101 (39.84% from 255) = 19.61%
BLUE value IS 227 (89.06% from 255) = 44.08%
R=36.31%
G=19.61%
B=44.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871012270.180.5600.11280.9569.2364.31
HexBB65E312380B1194540
Octal2731453432270013431105100
Binary10111011110010111100011100101110000101110001100110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB65E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB65E3; }

 p { color: rgb(187,101,227); }

 H1.HeaderClassName
 {
   color: #BB65E3;
 }
 .AnyTagClassName
 {
   color: #BB65E3;
 }
</style>
background-color css

<style>
 a { background-color: #BB65E3; }

 a { background-color: rgb(187,101,227); }

 div.DivClassName
 {
   background-color: #BB65E3;
 }
 .BgClassName
 {
   background-color: #BB65E3;
 }
</style>
border-color css

<style>
 span { border-color: #BB65E3; }

 span { border-color: rgb(187,101,227); }

 td.TdClassName
 {
   border-color: #BB65E3;
 }
 .TagClassName
 {
   border-color: #BB65E3;
 }
</style>