Html Css Color HEX #B303DC Dark Violet

📋 copy color: '#B303DC'

red 179 ◦ green 3 ◦ blue 220

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

Shades of Dark Violet #B303DC

Tints of Dark Violet #B303DC

RGB

 RED value IS 179 (70.31% from 255) = 44.53%

 GREEN value IS 3 (1.56% from 255) = 0.75%

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

R = 44.53%
G = 0.75%
B = 54.73%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B303DC (or 0xB303DC) is known color: Dark Violet. HEX triplet: B3, 03 and DC. RGB value is (179,3,220). Sum of RGB (Red+Green+Blue) = 179+3+220=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #B303DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303DC is #4CFC23. Grayscale: #4F4F4F. Windows color (decimal): -5045284 or 14418867. OLE color: 14418867.

HSL color Cylindrical-coordinate representation of color #B303DC: hue angle of 288.66º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B303DC is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 3 220 -
CMYK 0.19 0.99 0 0.14
HSL 288.66º 0.97% 0.44% -
HSV(B) 288.66º 0.99% 0.86% -
XYZ 31.54 14.82 68.91 -
YUV 80.36 206.81 198.36 -
System Red Green Blue C M Y K H S L
Decimal 179 3 220 0.19 0.99 0 0.14 288.66 0.97 0.44
Hex B3 3 DC 13 63 0 E 121 61 2C
Octal 263 3 334 23 143 0 16 441 141 54
Binary 10110011 11 11011100 10011 1100011 0 1110 100100001 1100001 101100

Color Harmonies of #B303DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303DC

Black with #B303DC

Text Example


Text Example

White with #B303DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303DC; }

 p { color: rgb(179,3,220); }

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

background-color css

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

 a { background-color: rgb(179,3,220); }

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

border-color css

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

 span { border-color: rgb(179,3,220); }

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