Html Css Color HEX #BB42CB Medium Orchid

📋 copy color: '#BB42CB'

red 187 ◦ green 66 ◦ blue 203

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

Shades of Medium Orchid #BB42CB

Tints of Medium Orchid #BB42CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.47%

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

R = 41.01%
G = 14.47%
B = 44.52%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB42CB (or 0xBB42CB) is known color: Medium Orchid. HEX triplet: BB, 42 and CB. RGB value is (187,66,203). Sum of RGB (Red+Green+Blue) = 187+66+203=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB42CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42CB is #44BD34. Grayscale: #757575. Windows color (decimal): -4504885 or 13320891. OLE color: 13320891.

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

Color convert

RGB 187 66 203 -
CMYK 0.08 0.67 0 0.20
HSL 292.99º 0.57% 0.53% -
HSV(B) 292.99º 0.67% 0.8% -
XYZ 33.22 18.77 58.37 -
YUV 117.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 187 66 203 0.08 0.67 0 0.20 292.99 0.57 0.53
Hex BB 42 CB 8 43 0 14 125 39 35
Octal 273 102 313 10 103 0 24 445 71 65
Binary 10111011 1000010 11001011 1000 1000011 0 10100 100100101 111001 110101

Color Harmonies of #BB42CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42CB

Black with #BB42CB

Text Example


Text Example

White with #BB42CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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