Html Css Color HEX #B312DA Dark Violet

📋 copy color: '#B312DA'

red 179 ◦ green 18 ◦ blue 218

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

Shades of Dark Violet #B312DA

Tints of Dark Violet #B312DA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.34%

 BLUE value IS 218 (85.55% from 255) = 52.53%

R = 43.13%
G = 4.34%
B = 52.53%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B312DA (or 0xB312DA) is known color: Dark Violet. HEX triplet: B3, 12 and DA. RGB value is (179,18,218). Sum of RGB (Red+Green+Blue) = 179+18+218=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #B312DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B312DA is #4CED25. Grayscale: #585858. Windows color (decimal): -5041446 or 14291635. OLE color: 14291635.

HSL color Cylindrical-coordinate representation of color #B312DA: hue angle of 288.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B312DA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 18 218 -
CMYK 0.18 0.92 0 0.15
HSL 288.3º 0.85% 0.46% -
HSV(B) 288.3º 0.92% 0.85% -
XYZ 31.46 15.08 67.58 -
YUV 88.94 200.84 192.24 -
System Red Green Blue C M Y K H S L
Decimal 179 18 218 0.18 0.92 0 0.15 288.3 0.85 0.46
Hex B3 12 DA 12 5C 0 F 120 55 2E
Octal 263 22 332 22 134 0 17 440 125 56
Binary 10110011 10010 11011010 10010 1011100 0 1111 100100000 1010101 101110

Color Harmonies of #B312DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312DA

Black with #B312DA

Text Example


Text Example

White with #B312DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312DA; }

 p { color: rgb(179,18,218); }

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

background-color css

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

 a { background-color: rgb(179,18,218); }

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

border-color css

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

 span { border-color: rgb(179,18,218); }

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