Html Css Color HEX #BB23CF Deep Magenta

📋 copy color: '#BB23CF'

red 187 ◦ green 35 ◦ blue 207

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

Shades of Deep Magenta #BB23CF

Tints of Deep Magenta #BB23CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 43.59%
G = 8.16%
B = 48.25%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB23CF (or 0xBB23CF) is known color: Deep Magenta. HEX triplet: BB, 23 and CF. RGB value is (187,35,207). Sum of RGB (Red+Green+Blue) = 187+35+207=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB23CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23CF is #44DC30. Grayscale: #636363. Windows color (decimal): -4512817 or 13575099. OLE color: 13575099.

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

Color convert

RGB 187 35 207 -
CMYK 0.10 0.83 0 0.19
HSL 293.02º 0.71% 0.47% -
HSV(B) 293.02º 0.83% 0.81% -
XYZ 32.36 16.27 60.47 -
YUV 100.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 187 35 207 0.10 0.83 0 0.19 293.02 0.71 0.47
Hex BB 23 CF A 53 0 13 125 47 2F
Octal 273 43 317 12 123 0 23 445 107 57
Binary 10111011 100011 11001111 1010 1010011 0 10011 100100101 1000111 101111

Color Harmonies of #BB23CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB23CF

Black with #BB23CF

Text Example


Text Example

White with #BB23CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB23CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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