Html Css Color HEX #B215DC Dark Violet

📋 copy color: '#B215DC'

red 178 ◦ green 21 ◦ blue 220

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

Shades of Dark Violet #B215DC

Tints of Dark Violet #B215DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.01%

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

R = 42.48%
G = 5.01%
B = 52.51%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B215DC (or 0xB215DC) is known color: Dark Violet. HEX triplet: B2, 15 and DC. RGB value is (178,21,220). Sum of RGB (Red+Green+Blue) = 178+21+220=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #B215DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215DC is #4DEA23. Grayscale: #595959. Windows color (decimal): -5106212 or 14423474. OLE color: 14423474.

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

Color convert

RGB 178 21 220 -
CMYK 0.19 0.90 0 0.14
HSL 287.34º 0.83% 0.47% -
HSV(B) 287.34º 0.9% 0.86% -
XYZ 31.55 15.17 68.98 -
YUV 90.63 201.01 190.32 -
System Red Green Blue C M Y K H S L
Decimal 178 21 220 0.19 0.90 0 0.14 287.34 0.83 0.47
Hex B2 15 DC 13 5A 0 E 11F 53 2F
Octal 262 25 334 23 132 0 16 437 123 57
Binary 10110010 10101 11011100 10011 1011010 0 1110 100011111 1010011 101111

Color Harmonies of #B215DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215DC

Black with #B215DC

Text Example


Text Example

White with #B215DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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