#BB64E5

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

Shades of Medium Orchid #BB64E5

Tints of Medium Orchid #BB64E5

Color information

#BB64E5 (or 0xBB64E5) is unknown color: approx Medium Orchid. HEX triplet: BB, 64 and E5. RGB value is (187,100,229). Sum of RGB (Red+Green+Blue) = 187+100+229=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB64E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64E5 is #449B1A. Grayscale: #8C8C8C. Windows color (decimal): -4496155 or 15033531. OLE color: 15033531.

HSL color Cylindrical-coordinate representation of color #BB64E5: hue angle of 280.47º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB64E5 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187100229-
CMYK0.180.5600.10
HSL280.47º71.27%64.51%-
HSV(B)280.47º56.33%89.8%-
XYZ39.1925.3476.95-
YUV140.72177.82161.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 100 (39.45% from 255) = 19.38%
BLUE value IS 229 (89.84% from 255) = 44.38%
R=36.24%
G=19.38%
B=44.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871002290.180.5600.10280.4771.2764.51
HexBB64E512380A1184741
Octal2731443452270012430107101
Binary10111011110010011100101100101110000101010001100010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB64E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB64E5; }

 p { color: rgb(187,100,229); }

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

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

 a { background-color: rgb(187,100,229); }

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

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

 span { border-color: rgb(187,100,229); }

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