Html Css Color HEX #BB42CC Medium Orchid

📋 copy color: '#BB42CC'

red 187 ◦ green 66 ◦ blue 204

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

Shades of Medium Orchid #BB42CC

Tints of Medium Orchid #BB42CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 40.92%
G = 14.44%
B = 44.64%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB42CC (or 0xBB42CC) is known color: Medium Orchid. HEX triplet: BB, 42 and CC. RGB value is (187,66,204). Sum of RGB (Red+Green+Blue) = 187+66+204=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB42CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42CC is #44BD33. Grayscale: #757575. Windows color (decimal): -4504884 or 13386427. OLE color: 13386427.

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

Color convert

RGB 187 66 204 -
CMYK 0.08 0.68 0 0.2
HSL 292.61º 0.58% 0.53% -
HSV(B) 292.61º 0.68% 0.8% -
XYZ 33.34 18.82 59 -
YUV 117.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 187 66 204 0.08 0.68 0 0.2 292.61 0.58 0.53
Hex BB 42 CC 8 44 0 14 125 3A 35
Octal 273 102 314 10 104 0 24 445 72 65
Binary 10111011 1000010 11001100 1000 1000100 0 10100 100100101 111010 110101

Color Harmonies of #BB42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42CC

Black with #BB42CC

Text Example


Text Example

White with #BB42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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