Html Css Color HEX #BB23CB Deep Magenta

📋 copy color: '#BB23CB'

red 187 ◦ green 35 ◦ blue 203

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

Shades of Deep Magenta #BB23CB

Tints of Deep Magenta #BB23CB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.24%

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

R = 44%
G = 8.24%
B = 47.76%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB23CB (or 0xBB23CB) is known color: Deep Magenta. HEX triplet: BB, 23 and CB. RGB value is (187,35,203). Sum of RGB (Red+Green+Blue) = 187+35+203=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB23CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23CB is #44DC34. Grayscale: #636363. Windows color (decimal): -4512821 or 13312955. OLE color: 13312955.

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

Color convert

RGB 187 35 203 -
CMYK 0.08 0.83 0 0.20
HSL 294.29º 0.71% 0.47% -
HSV(B) 294.29º 0.83% 0.8% -
XYZ 31.87 16.08 57.92 -
YUV 99.6 186.36 190.34 -
System Red Green Blue C M Y K H S L
Decimal 187 35 203 0.08 0.83 0 0.20 294.29 0.71 0.47
Hex BB 23 CB 8 53 0 14 126 47 2F
Octal 273 43 313 10 123 0 24 446 107 57
Binary 10111011 100011 11001011 1000 1010011 0 10100 100100110 1000111 101111

Color Harmonies of #BB23CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB23CB

Black with #BB23CB

Text Example


Text Example

White with #BB23CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB23CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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