Html Css Color HEX #B314DD Dark Violet

📋 copy color: '#B314DD'

red 179 ◦ green 20 ◦ blue 221

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

Shades of Dark Violet #B314DD

Tints of Dark Violet #B314DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.76%

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 42.62%
G = 4.76%
B = 52.62%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B314DD (or 0xB314DD) is known color: Dark Violet. HEX triplet: B3, 14 and DD. RGB value is (179,20,221). Sum of RGB (Red+Green+Blue) = 179+20+221=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #B314DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314DD is #4CEB22. Grayscale: #595959. Windows color (decimal): -5040931 or 14488755. OLE color: 14488755.

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

Color convert

RGB 179 20 221 -
CMYK 0.19 0.91 0 0.13
HSL 287.46º 0.83% 0.47% -
HSV(B) 287.46º 0.91% 0.87% -
XYZ 31.89 15.3 69.68 -
YUV 90.46 201.68 191.16 -
System Red Green Blue C M Y K H S L
Decimal 179 20 221 0.19 0.91 0 0.13 287.46 0.83 0.47
Hex B3 14 DD 13 5B 0 D 11F 53 2F
Octal 263 24 335 23 133 0 15 437 123 57
Binary 10110011 10100 11011101 10011 1011011 0 1101 100011111 1010011 101111

Color Harmonies of #B314DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314DD

Black with #B314DD

Text Example


Text Example

White with #B314DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314DD; }

 p { color: rgb(179,20,221); }

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

background-color css

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

 a { background-color: rgb(179,20,221); }

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

border-color css

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

 span { border-color: rgb(179,20,221); }

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