Html Css Color HEX #BB18CC Deep Magenta

📋 copy color: '#BB18CC'

red 187 ◦ green 24 ◦ blue 204

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

Shades of Deep Magenta #BB18CC

Tints of Deep Magenta #BB18CC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.78%

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

R = 45.06%
G = 5.78%
B = 49.16%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB18CC (or 0xBB18CC) is known color: Deep Magenta. HEX triplet: BB, 18 and CC. RGB value is (187,24,204). Sum of RGB (Red+Green+Blue) = 187+24+204=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB18CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB18CC is #44E733. Grayscale: #5C5C5C. Windows color (decimal): -4515636 or 13375675. OLE color: 13375675.

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

Color convert

RGB 187 24 204 -
CMYK 0.08 0.88 0 0.2
HSL 294.33º 0.79% 0.45% -
HSV(B) 294.33º 0.88% 0.8% -
XYZ 31.72 15.58 58.46 -
YUV 93.26 190.5 194.86 -
System Red Green Blue C M Y K H S L
Decimal 187 24 204 0.08 0.88 0 0.2 294.33 0.79 0.45
Hex BB 18 CC 8 58 0 14 126 4F 2D
Octal 273 30 314 10 130 0 24 446 117 55
Binary 10111011 11000 11001100 1000 1011000 0 10100 100100110 1001111 101101

Color Harmonies of #BB18CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB18CC

Black with #BB18CC

Text Example


Text Example

White with #BB18CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB18CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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