Html Css Color HEX #BB23B2 Deep Magenta

📋 copy color: '#BB23B2'

red 187 ◦ green 35 ◦ blue 178

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

Shades of Deep Magenta #BB23B2

Tints of Deep Magenta #BB23B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.5%

R = 46.75%
G = 8.75%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB23B2 (or 0xBB23B2) is known color: Deep Magenta. HEX triplet: BB, 23 and B2. RGB value is (187,35,178). Sum of RGB (Red+Green+Blue) = 187+35+178=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB23B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB23B2 is #44DC4D. Grayscale: #606060. Windows color (decimal): -4512846 or 11674555. OLE color: 11674555.

HSL color Cylindrical-coordinate representation of color #BB23B2: hue angle of 303.55º 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 #BB23B2 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 178 -
CMYK 0 0.81 0.05 0.27
HSL 303.55º 0.68% 0.44% -
HSV(B) 303.55º 0.81% 0.73% -
XYZ 29.13 14.98 43.48 -
YUV 96.75 173.86 192.37 -
System Red Green Blue C M Y K H S L
Decimal 187 35 178 0 0.81 0.05 0.27 303.55 0.68 0.44
Hex BB 23 B2 0 51 5 1B 130 44 2C
Octal 273 43 262 0 121 5 33 460 104 54
Binary 10111011 100011 10110010 0 1010001 101 11011 100110000 1000100 101100

Color Harmonies of #BB23B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB23B2

Black with #BB23B2

Text Example


Text Example

White with #BB23B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB23B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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