Html Css Color HEX #B20ADF Dark Violet

📋 copy color: '#B20ADF'

red 178 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #B20ADF

Tints of Dark Violet #B20ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

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

R = 43.31%
G = 2.43%
B = 54.26%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B20ADF (or 0xB20ADF) is known color: Dark Violet. HEX triplet: B2, 0A and DF. RGB value is (178,10,223). Sum of RGB (Red+Green+Blue) = 178+10+223=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #B20ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20ADF is #4DF520. Grayscale: #535353. Windows color (decimal): -5109025 or 14617266. OLE color: 14617266.

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

Color convert

RGB 178 10 223 -
CMYK 0.20 0.96 0 0.13
HSL 287.32º 0.91% 0.46% -
HSV(B) 287.32º 0.96% 0.87% -
XYZ 31.79 15.01 71.03 -
YUV 84.51 206.16 194.68 -
System Red Green Blue C M Y K H S L
Decimal 178 10 223 0.20 0.96 0 0.13 287.32 0.91 0.46
Hex B2 A DF 14 60 0 D 11F 5B 2E
Octal 262 12 337 24 140 0 15 437 133 56
Binary 10110010 1010 11011111 10100 1100000 0 1101 100011111 1011011 101110

Color Harmonies of #B20ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20ADF

Black with #B20ADF

Text Example


Text Example

White with #B20ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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