Html Css Color HEX #BB23BB Deep Magenta

📋 copy color: '#BB23BB'

red 187 ◦ green 35 ◦ blue 187

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

Shades of Deep Magenta #BB23BB

Tints of Deep Magenta #BB23BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 45.72%
G = 8.56%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB23BB (or 0xBB23BB) is known color: Deep Magenta. HEX triplet: BB, 23 and BB. RGB value is (187,35,187). Sum of RGB (Red+Green+Blue) = 187+35+187=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB23BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23BB is #44DC44. Grayscale: #616161. Windows color (decimal): -4512837 or 12264379. OLE color: 12264379.

HSL color Cylindrical-coordinate representation of color #BB23BB: hue angle of 300º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB23BB is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 187 -
CMYK 0 0.81 0 0.27
HSL 300º 0.68% 0.44% -
HSV(B) 300º 0.81% 0.73% -
XYZ 30.06 15.35 48.39 -
YUV 97.78 178.36 191.64 -
System Red Green Blue C M Y K H S L
Decimal 187 35 187 0 0.81 0 0.27 300 0.68 0.44
Hex BB 23 BB 0 51 0 1B 12C 44 2C
Octal 273 43 273 0 121 0 33 454 104 54
Binary 10111011 100011 10111011 0 1010001 0 11011 100101100 1000100 101100

Color Harmonies of #BB23BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB23BB

Black with #BB23BB

Text Example


Text Example

White with #BB23BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB23BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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