Html Css Color HEX #B213DF Dark Violet

📋 copy color: '#B213DF'

red 178 ◦ green 19 ◦ blue 223

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

Shades of Dark Violet #B213DF

Tints of Dark Violet #B213DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.1%

R = 42.38%
G = 4.52%
B = 53.1%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B213DF (or 0xB213DF) is known color: Dark Violet. HEX triplet: B2, 13 and DF. RGB value is (178,19,223). Sum of RGB (Red+Green+Blue) = 178+19+223=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #B213DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B213DF is #4DEC20. Grayscale: #595959. Windows color (decimal): -5106721 or 14619570. OLE color: 14619570.

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

Color convert

RGB 178 19 223 -
CMYK 0.20 0.91 0 0.13
HSL 286.76º 0.84% 0.47% -
HSV(B) 286.76º 0.91% 0.87% -
XYZ 31.91 15.26 71.08 -
YUV 89.8 203.18 190.91 -
System Red Green Blue C M Y K H S L
Decimal 178 19 223 0.20 0.91 0 0.13 286.76 0.84 0.47
Hex B2 13 DF 14 5B 0 D 11F 54 2F
Octal 262 23 337 24 133 0 15 437 124 57
Binary 10110010 10011 11011111 10100 1011011 0 1101 100011111 1010100 101111

Color Harmonies of #B213DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213DF

Black with #B213DF

Text Example


Text Example

White with #B213DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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