Html Css Color HEX #B213CC Deep Magenta

📋 copy color: '#B213CC'

red 178 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #B213CC

Tints of Deep Magenta #B213CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 44.39%
G = 4.74%
B = 50.87%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B213CC (or 0xB213CC) is known color: Deep Magenta. HEX triplet: B2, 13 and CC. RGB value is (178,19,204). Sum of RGB (Red+Green+Blue) = 178+19+204=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #B213CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B213CC is #4DEC33. Grayscale: #575757. Windows color (decimal): -5106740 or 13374386. OLE color: 13374386.

HSL color Cylindrical-coordinate representation of color #B213CC: hue angle of 291.57º 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 #B213CC is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 19 204 -
CMYK 0.13 0.91 0 0.2
HSL 291.57º 0.83% 0.44% -
HSV(B) 291.57º 0.91% 0.8% -
XYZ 29.49 14.29 58.33 -
YUV 87.63 193.68 192.46 -
System Red Green Blue C M Y K H S L
Decimal 178 19 204 0.13 0.91 0 0.2 291.57 0.83 0.44
Hex B2 13 CC D 5B 0 14 124 53 2C
Octal 262 23 314 15 133 0 24 444 123 54
Binary 10110010 10011 11001100 1101 1011011 0 10100 100100100 1010011 101100

Color Harmonies of #B213CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213CC

Black with #B213CC

Text Example


Text Example

White with #B213CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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