#bb62c9

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

Shades of Medium Orchid #BB62C9

Tints of Medium Orchid #BB62C9

Color information

#BB62C9 (or 0xBB62C9) is unknown color: approx Medium Orchid. HEX triplet: BB, 62 and C9. RGB value is (187,98,201). Sum of RGB (Red+Green+Blue) = 187+98+201=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB62C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62C9 is #449D36. Grayscale: #888888. Windows color (decimal): -4496695 or 13198011. OLE color: 13198011.

HSL color Cylindrical-coordinate representation of color #BB62C9: hue angle of 291.84º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB62C9 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18798201-
CMYK0.070.5100.21
HSL291.84º48.82%58.63%-
HSV(B)291.84º51.24%78.82%-
XYZ35.423.5257.93-
YUV136.35164.49164.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 98 (38.67% from 255) = 20.16%
BLUE value IS 201 (78.91% from 255) = 41.36%
R=38.48%
G=20.16%
B=41.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187982010.070.5100.21291.8448.8258.63
HexBB62C9733015124313b
Octal2731423117630254446173
Binary10111011110001011001001111110011010101100100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb62c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb62c9; }

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

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

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

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

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

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

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

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