Html Css Color HEX #B215DF Dark Violet

📋 copy color: '#B215DF'

red 178 ◦ green 21 ◦ blue 223

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

Shades of Dark Violet #B215DF

Tints of Dark Violet #B215DF

RGB

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

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

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

R = 42.18%
G = 4.98%
B = 52.84%

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

#B215DF (or 0xB215DF) is known color: Dark Violet. HEX triplet: B2, 15 and DF. RGB value is (178,21,223). Sum of RGB (Red+Green+Blue) = 178+21+223=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #B215DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215DF is #4DEA20. Grayscale: #5A5A5A. Windows color (decimal): -5106209 or 14620082. OLE color: 14620082.

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

Color convert

RGB 178 21 223 -
CMYK 0.20 0.91 0 0.13
HSL 286.63º 0.83% 0.48% -
HSV(B) 286.63º 0.91% 0.87% -
XYZ 31.95 15.33 71.09 -
YUV 90.97 202.51 190.07 -
System Red Green Blue C M Y K H S L
Decimal 178 21 223 0.20 0.91 0 0.13 286.63 0.83 0.48
Hex B2 15 DF 14 5B 0 D 11F 53 30
Octal 262 25 337 24 133 0 15 437 123 60
Binary 10110010 10101 11011111 10100 1011011 0 1101 100011111 1010011 110000

Color Harmonies of #B215DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215DF

Black with #B215DF

Text Example


Text Example

White with #B215DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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