Html Css Color HEX #B20FDF Dark Violet

📋 copy color: '#B20FDF'

red 178 ◦ green 15 ◦ blue 223

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

Shades of Dark Violet #B20FDF

Tints of Dark Violet #B20FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.61%

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

R = 42.79%
G = 3.61%
B = 53.61%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B20FDF (or 0xB20FDF) is known color: Dark Violet. HEX triplet: B2, 0F and DF. RGB value is (178,15,223). Sum of RGB (Red+Green+Blue) = 178+15+223=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #B20FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20FDF is #4DF020. Grayscale: #565656. Windows color (decimal): -5107745 or 14618546. OLE color: 14618546.

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

Color convert

RGB 178 15 223 -
CMYK 0.20 0.93 0 0.13
HSL 287.02º 0.87% 0.47% -
HSV(B) 287.02º 0.93% 0.87% -
XYZ 31.85 15.13 71.05 -
YUV 87.45 204.5 192.59 -
System Red Green Blue C M Y K H S L
Decimal 178 15 223 0.20 0.93 0 0.13 287.02 0.87 0.47
Hex B2 F DF 14 5D 0 D 11F 57 2F
Octal 262 17 337 24 135 0 15 437 127 57
Binary 10110010 1111 11011111 10100 1011101 0 1101 100011111 1010111 101111

Color Harmonies of #B20FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20FDF

Black with #B20FDF

Text Example


Text Example

White with #B20FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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