Html Css Color HEX #B201E0 Dark Violet

📋 copy color: '#B201E0'

red 178 ◦ green 1 ◦ blue 224

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

Shades of Dark Violet #B201E0

Tints of Dark Violet #B201E0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 224 (87.89% from 255) = 55.58%

R = 44.17%
G = 0.25%
B = 55.58%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B201E0 (or 0xB201E0) is known color: Dark Violet. HEX triplet: B2, 01 and E0. RGB value is (178,1,224). Sum of RGB (Red+Green+Blue) = 178+1+224=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #B201E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201E0 is #4DFE1F. Grayscale: #4E4E4E. Windows color (decimal): -5111328 or 14680498. OLE color: 14680498.

HSL color Cylindrical-coordinate representation of color #B201E0: hue angle of 287.62º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201E0 is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 1 224 -
CMYK 0.21 1.00 0 0.12
HSL 287.62º 0.99% 0.44% -
HSV(B) 287.62º 1% 0.88% -
XYZ 31.83 14.87 71.71 -
YUV 79.35 209.64 198.37 -
System Red Green Blue C M Y K H S L
Decimal 178 1 224 0.21 1.00 0 0.12 287.62 0.99 0.44
Hex B2 1 E0 15 64 0 C 120 63 2C
Octal 262 1 340 25 144 0 14 440 143 54
Binary 10110010 1 11100000 10101 1100100 0 1100 100100000 1100011 101100

Color Harmonies of #B201E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201E0

Black with #B201E0

Text Example


Text Example

White with #B201E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201E0; }

 p { color: rgb(178,1,224); }

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

background-color css

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

 a { background-color: rgb(178,1,224); }

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

border-color css

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

 span { border-color: rgb(178,1,224); }

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