Html Css Color HEX #B21CBB Deep Magenta

📋 copy color: '#B21CBB'

red 178 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #B21CBB

Tints of Deep Magenta #B21CBB

RGB

 RED value IS 178 (69.92% from 255) = 45.29%

 GREEN value IS 28 (11.33% from 255) = 7.12%

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

R = 45.29%
G = 7.12%
B = 47.58%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B21CBB (or 0xB21CBB) is known color: Deep Magenta. HEX triplet: B2, 1C and BB. RGB value is (178,28,187). Sum of RGB (Red+Green+Blue) = 178+28+187=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #B21CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CBB is #4DE344. Grayscale: #5A5A5A. Windows color (decimal): -5104453 or 12262578. OLE color: 12262578.

HSL color Cylindrical-coordinate representation of color #B21CBB: hue angle of 296.6º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21CBB is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 28 187 -
CMYK 0.05 0.85 0 0.27
HSL 296.6º 0.74% 0.42% -
HSV(B) 296.6º 0.85% 0.73% -
XYZ 27.74 13.88 48.23 -
YUV 90.98 182.2 190.07 -
System Red Green Blue C M Y K H S L
Decimal 178 28 187 0.05 0.85 0 0.27 296.6 0.74 0.42
Hex B2 1C BB 5 55 0 1B 129 4A 2A
Octal 262 34 273 5 125 0 33 451 112 52
Binary 10110010 11100 10111011 101 1010101 0 11011 100101001 1001010 101010

Color Harmonies of #B21CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CBB

Black with #B21CBB

Text Example


Text Example

White with #B21CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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