Html Css Color HEX #B308DC Dark Violet

📋 copy color: '#B308DC'

red 179 ◦ green 8 ◦ blue 220

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

Shades of Dark Violet #B308DC

Tints of Dark Violet #B308DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.97%

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

R = 43.98%
G = 1.97%
B = 54.05%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B308DC (or 0xB308DC) is known color: Dark Violet. HEX triplet: B3, 08 and DC. RGB value is (179,8,220). Sum of RGB (Red+Green+Blue) = 179+8+220=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #B308DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308DC is #4CF723. Grayscale: #525252. Windows color (decimal): -5044004 or 14420147. OLE color: 14420147.

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

Color convert

RGB 179 8 220 -
CMYK 0.19 0.96 0 0.14
HSL 288.4º 0.93% 0.45% -
HSV(B) 288.4º 0.96% 0.86% -
XYZ 31.6 14.92 68.93 -
YUV 83.3 205.15 196.26 -
System Red Green Blue C M Y K H S L
Decimal 179 8 220 0.19 0.96 0 0.14 288.4 0.93 0.45
Hex B3 8 DC 13 60 0 E 120 5D 2D
Octal 263 10 334 23 140 0 16 440 135 55
Binary 10110011 1000 11011100 10011 1100000 0 1110 100100000 1011101 101101

Color Harmonies of #B308DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308DC

Black with #B308DC

Text Example


Text Example

White with #B308DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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