Html Css Color HEX #BB62CB Medium Orchid

📋 copy color: '#BB62CB'

red 187 ◦ green 98 ◦ blue 203

#BB62CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB62CB

Tints of Medium Orchid #BB62CB

RGB

 RED value IS 187 (73.44% from 255) = 38.32%

 GREEN value IS 98 (38.67% from 255) = 20.08%

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 38.32%
G = 20.08%
B = 41.6%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB62CB (or 0xBB62CB) is known color: Medium Orchid. HEX triplet: BB, 62 and CB. RGB value is (187,98,203). Sum of RGB (Red+Green+Blue) = 187+98+203=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB62CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62CB is #449D34. Grayscale: #888888. Windows color (decimal): -4496693 or 13329083. OLE color: 13329083.

HSL color Cylindrical-coordinate representation of color #BB62CB: hue angle of 290.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB62CB is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 98 203 -
CMYK 0.08 0.52 0 0.20
HSL 290.86º 0.5% 0.59% -
HSV(B) 290.86º 0.52% 0.8% -
XYZ 35.64 23.61 59.18 -
YUV 136.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 187 98 203 0.08 0.52 0 0.20 290.86 0.5 0.59
Hex BB 62 CB 8 34 0 14 123 32 3B
Octal 273 142 313 10 64 0 24 443 62 73
Binary 10111011 1100010 11001011 1000 110100 0 10100 100100011 110010 111011

Color Harmonies of #BB62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB62CB

Black with #BB62CB

Text Example


Text Example

White with #BB62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB62CB; }

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

 H1.HeaderClassName
 {
   color: #BB62CB;
 }
 .AnyTagClassName
 {
   color: #BB62CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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