Html Css Color HEX #BB4CCC Medium Orchid

📋 copy color: '#BB4CCC'

red 187 ◦ green 76 ◦ blue 204

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

Shades of Medium Orchid #BB4CCC

Tints of Medium Orchid #BB4CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.27%

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

R = 40.04%
G = 16.27%
B = 43.68%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB4CCC (or 0xBB4CCC) is known color: Medium Orchid. HEX triplet: BB, 4C and CC. RGB value is (187,76,204). Sum of RGB (Red+Green+Blue) = 187+76+204=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB4CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CCC is #44B333. Grayscale: #7B7B7B. Windows color (decimal): -4502324 or 13388987. OLE color: 13388987.

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

Color convert

RGB 187 76 204 -
CMYK 0.08 0.63 0 0.2
HSL 292.03º 0.56% 0.55% -
HSV(B) 292.03º 0.63% 0.8% -
XYZ 33.98 20.09 59.21 -
YUV 123.78 173.27 173.09 -
System Red Green Blue C M Y K H S L
Decimal 187 76 204 0.08 0.63 0 0.2 292.03 0.56 0.55
Hex BB 4C CC 8 3F 0 14 124 38 37
Octal 273 114 314 10 77 0 24 444 70 67
Binary 10111011 1001100 11001100 1000 111111 0 10100 100100100 111000 110111

Color Harmonies of #BB4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CCC

Black with #BB4CCC

Text Example


Text Example

White with #BB4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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