Html Css Color HEX #B213CB Deep Magenta

📋 copy color: '#B213CB'

red 178 ◦ green 19 ◦ blue 203

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

Shades of Deep Magenta #B213CB

Tints of Deep Magenta #B213CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.75%

 BLUE value IS 203 (79.69% from 255) = 50.75%

R = 44.5%
G = 4.75%
B = 50.75%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B213CB (or 0xB213CB) is known color: Deep Magenta. HEX triplet: B2, 13 and CB. RGB value is (178,19,203). Sum of RGB (Red+Green+Blue) = 178+19+203=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #B213CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B213CB is #4DEC34. Grayscale: #565656. Windows color (decimal): -5106741 or 13308850. OLE color: 13308850.

HSL color Cylindrical-coordinate representation of color #B213CB: hue angle of 291.85º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B213CB is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 19 203 -
CMYK 0.12 0.91 0 0.20
HSL 291.85º 0.83% 0.44% -
HSV(B) 291.85º 0.91% 0.8% -
XYZ 29.37 14.24 57.7 -
YUV 87.52 193.18 192.54 -
System Red Green Blue C M Y K H S L
Decimal 178 19 203 0.12 0.91 0 0.20 291.85 0.83 0.44
Hex B2 13 CB C 5B 0 14 124 53 2C
Octal 262 23 313 14 133 0 24 444 123 54
Binary 10110010 10011 11001011 1100 1011011 0 10100 100100100 1010011 101100

Color Harmonies of #B213CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213CB

Black with #B213CB

Text Example


Text Example

White with #B213CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213CB; }

 p { color: rgb(178,19,203); }

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

background-color css

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

 a { background-color: rgb(178,19,203); }

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

border-color css

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

 span { border-color: rgb(178,19,203); }

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