#BB62CF

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

Shades of Medium Orchid #BB62CF

Tints of Medium Orchid #BB62CF

Color information

#BB62CF (or 0xBB62CF) is unknown color: approx Medium Orchid. HEX triplet: BB, 62 and CF. RGB value is (187,98,207). Sum of RGB (Red+Green+Blue) = 187+98+207=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB62CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62CF is #449D30. Grayscale: #888888. Windows color (decimal): -4496689 or 13591227. OLE color: 13591227.

HSL color Cylindrical-coordinate representation of color #BB62CF: hue angle of 288.99º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB62CF is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18798207-
CMYK0.100.5300.19
HSL288.99º53.17%59.8%-
HSV(B)288.99º52.66%81.18%-
XYZ36.1223.8161.72-
YUV137.04167.49163.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 98 (38.67% from 255) = 19.92%
BLUE value IS 207 (81.25% from 255) = 42.07%
R=38.01%
G=19.92%
B=42.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal187982070.100.5300.19288.9953.1759.8
HexBB62CFA35013121353c
Octal27314231712650234416574
Binary101110111100010110011111010110101010011100100001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB62CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB62CF; }

 p { color: rgb(187,98,207); }

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

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

 a { background-color: rgb(187,98,207); }

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

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

 span { border-color: rgb(187,98,207); }

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