Html Css Color HEX #B21BBC Deep Magenta

📋 copy color: '#B21BBC'

red 178 ◦ green 27 ◦ blue 188

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

Shades of Deep Magenta #B21BBC

Tints of Deep Magenta #B21BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.87%

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 45.29%
G = 6.87%
B = 47.84%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B21BBC (or 0xB21BBC) is known color: Deep Magenta. HEX triplet: B2, 1B and BC. RGB value is (178,27,188). Sum of RGB (Red+Green+Blue) = 178+27+188=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #B21BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21BBC is #4DE443. Grayscale: #5A5A5A. Windows color (decimal): -5104708 or 12327858. OLE color: 12327858.

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

Color convert

RGB 178 27 188 -
CMYK 0.05 0.86 0 0.26
HSL 296.27º 0.75% 0.42% -
HSV(B) 296.27º 0.86% 0.74% -
XYZ 27.83 13.88 48.79 -
YUV 90.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 178 27 188 0.05 0.86 0 0.26 296.27 0.75 0.42
Hex B2 1B BC 5 56 0 1A 128 4B 2A
Octal 262 33 274 5 126 0 32 450 113 52
Binary 10110010 11011 10111100 101 1010110 0 11010 100101000 1001011 101010

Color Harmonies of #B21BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21BBC

Black with #B21BBC

Text Example


Text Example

White with #B21BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21BBC; }

 p { color: rgb(178,27,188); }

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

background-color css

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

 a { background-color: rgb(178,27,188); }

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

border-color css

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

 span { border-color: rgb(178,27,188); }

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