Html Css Color HEX #BB23D1 Deep Magenta

📋 copy color: '#BB23D1'

red 187 ◦ green 35 ◦ blue 209

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

Shades of Deep Magenta #BB23D1

Tints of Deep Magenta #BB23D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.49%

R = 43.39%
G = 8.12%
B = 48.49%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB23D1 (or 0xBB23D1) is known color: Deep Magenta. HEX triplet: BB, 23 and D1. RGB value is (187,35,209). Sum of RGB (Red+Green+Blue) = 187+35+209=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB23D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23D1 is #44DC2E. Grayscale: #636363. Windows color (decimal): -4512815 or 13706171. OLE color: 13706171.

HSL color Cylindrical-coordinate representation of color #BB23D1: hue angle of 292.41º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB23D1 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 35 209 -
CMYK 0.11 0.83 0 0.18
HSL 292.41º 0.71% 0.48% -
HSV(B) 292.41º 0.83% 0.82% -
XYZ 32.6 16.37 61.76 -
YUV 100.28 189.36 189.85 -
System Red Green Blue C M Y K H S L
Decimal 187 35 209 0.11 0.83 0 0.18 292.41 0.71 0.48
Hex BB 23 D1 B 53 0 12 124 47 30
Octal 273 43 321 13 123 0 22 444 107 60
Binary 10111011 100011 11010001 1011 1010011 0 10010 100100100 1000111 110000

Color Harmonies of #BB23D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB23D1

Black with #BB23D1

Text Example


Text Example

White with #BB23D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB23D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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