Html Css Color HEX #B318DD Dark Violet

📋 copy color: '#B318DD'

red 179 ◦ green 24 ◦ blue 221

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

Shades of Dark Violet #B318DD

Tints of Dark Violet #B318DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.66%

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

R = 42.22%
G = 5.66%
B = 52.12%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B318DD (or 0xB318DD) is known color: Dark Violet. HEX triplet: B3, 18 and DD. RGB value is (179,24,221). Sum of RGB (Red+Green+Blue) = 179+24+221=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #B318DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B318DD is #4CE722. Grayscale: #5C5C5C. Windows color (decimal): -5039907 or 14489779. OLE color: 14489779.

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

Color convert

RGB 179 24 221 -
CMYK 0.19 0.89 0 0.13
HSL 287.21º 0.8% 0.48% -
HSV(B) 287.21º 0.89% 0.87% -
XYZ 31.97 15.46 69.71 -
YUV 92.8 200.35 189.48 -
System Red Green Blue C M Y K H S L
Decimal 179 24 221 0.19 0.89 0 0.13 287.21 0.8 0.48
Hex B3 18 DD 13 59 0 D 11F 50 30
Octal 263 30 335 23 131 0 15 437 120 60
Binary 10110011 11000 11011101 10011 1011001 0 1101 100011111 1010000 110000

Color Harmonies of #B318DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318DD

Black with #B318DD

Text Example


Text Example

White with #B318DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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