Html Css Color HEX #B213DC Dark Violet

📋 copy color: '#B213DC'

red 178 ◦ green 19 ◦ blue 220

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

Shades of Dark Violet #B213DC

Tints of Dark Violet #B213DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 42.69%
G = 4.56%
B = 52.76%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B213DC (or 0xB213DC) is known color: Dark Violet. HEX triplet: B2, 13 and DC. RGB value is (178,19,220). Sum of RGB (Red+Green+Blue) = 178+19+220=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #B213DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B213DC is #4DEC23. Grayscale: #585858. Windows color (decimal): -5106724 or 14422962. OLE color: 14422962.

HSL color Cylindrical-coordinate representation of color #B213DC: hue angle of 287.46º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B213DC is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 19 220 -
CMYK 0.19 0.91 0 0.14
HSL 287.46º 0.84% 0.47% -
HSV(B) 287.46º 0.91% 0.86% -
XYZ 31.51 15.1 68.96 -
YUV 89.46 201.68 191.16 -
System Red Green Blue C M Y K H S L
Decimal 178 19 220 0.19 0.91 0 0.14 287.46 0.84 0.47
Hex B2 13 DC 13 5B 0 E 11F 54 2F
Octal 262 23 334 23 133 0 16 437 124 57
Binary 10110010 10011 11011100 10011 1011011 0 1110 100011111 1010100 101111

Color Harmonies of #B213DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213DC

Black with #B213DC

Text Example


Text Example

White with #B213DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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