Html Css Color HEX #BB1CCB Deep Magenta

📋 copy color: '#BB1CCB'

red 187 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #BB1CCB

Tints of Deep Magenta #BB1CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.7%

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

R = 44.74%
G = 6.7%
B = 48.56%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB1CCB (or 0xBB1CCB) is known color: Deep Magenta. HEX triplet: BB, 1C and CB. RGB value is (187,28,203). Sum of RGB (Red+Green+Blue) = 187+28+203=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB1CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1CCB is #44E334. Grayscale: #5E5E5E. Windows color (decimal): -4514613 or 13311163. OLE color: 13311163.

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

Color convert

RGB 187 28 203 -
CMYK 0.08 0.86 0 0.20
HSL 294.51º 0.76% 0.45% -
HSV(B) 294.51º 0.86% 0.8% -
XYZ 31.69 15.71 57.86 -
YUV 95.49 188.68 193.27 -
System Red Green Blue C M Y K H S L
Decimal 187 28 203 0.08 0.86 0 0.20 294.51 0.76 0.45
Hex BB 1C CB 8 56 0 14 127 4C 2D
Octal 273 34 313 10 126 0 24 447 114 55
Binary 10111011 11100 11001011 1000 1010110 0 10100 100100111 1001100 101101

Color Harmonies of #BB1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1CCB

Black with #BB1CCB

Text Example


Text Example

White with #BB1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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