Html Css Color HEX #B214DC Dark Violet

📋 copy color: '#B214DC'

red 178 ◦ green 20 ◦ blue 220

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

Shades of Dark Violet #B214DC

Tints of Dark Violet #B214DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.78%

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

R = 42.58%
G = 4.78%
B = 52.63%

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

#B214DC (or 0xB214DC) is known color: Dark Violet. HEX triplet: B2, 14 and DC. RGB value is (178,20,220). Sum of RGB (Red+Green+Blue) = 178+20+220=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #B214DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214DC is #4DEB23. Grayscale: #595959. Windows color (decimal): -5106468 or 14423218. OLE color: 14423218.

HSL color Cylindrical-coordinate representation of color #B214DC: hue angle of 287.4º degrees, saturation: 0.83, 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 #B214DC is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 20 220 -
CMYK 0.19 0.91 0 0.14
HSL 287.4º 0.83% 0.47% -
HSV(B) 287.4º 0.91% 0.86% -
XYZ 31.53 15.13 68.97 -
YUV 90.04 201.35 190.74 -
System Red Green Blue C M Y K H S L
Decimal 178 20 220 0.19 0.91 0 0.14 287.4 0.83 0.47
Hex B2 14 DC 13 5B 0 E 11F 53 2F
Octal 262 24 334 23 133 0 16 437 123 57
Binary 10110010 10100 11011100 10011 1011011 0 1110 100011111 1010011 101111

Color Harmonies of #B214DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B214DC

Black with #B214DC

Text Example


Text Example

White with #B214DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B214DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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