Html Css Color HEX #B30DDE Dark Violet

📋 copy color: '#B30DDE'

red 179 ◦ green 13 ◦ blue 222

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

Shades of Dark Violet #B30DDE

Tints of Dark Violet #B30DDE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.14%

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 43.24%
G = 3.14%
B = 53.62%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B30DDE (or 0xB30DDE) is known color: Dark Violet. HEX triplet: B3, 0D and DE. RGB value is (179,13,222). Sum of RGB (Red+Green+Blue) = 179+13+222=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #B30DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DDE is #4CF221. Grayscale: #555555. Windows color (decimal): -5042722 or 14552499. OLE color: 14552499.

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

Color convert

RGB 179 13 222 -
CMYK 0.19 0.94 0 0.13
HSL 287.66º 0.89% 0.46% -
HSV(B) 287.66º 0.94% 0.87% -
XYZ 31.92 15.15 70.35 -
YUV 86.46 204.5 194.01 -
System Red Green Blue C M Y K H S L
Decimal 179 13 222 0.19 0.94 0 0.13 287.66 0.89 0.46
Hex B3 D DE 13 5E 0 D 120 59 2E
Octal 263 15 336 23 136 0 15 440 131 56
Binary 10110011 1101 11011110 10011 1011110 0 1101 100100000 1011001 101110

Color Harmonies of #B30DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DDE

Black with #B30DDE

Text Example


Text Example

White with #B30DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DDE; }

 p { color: rgb(179,13,222); }

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

background-color css

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

 a { background-color: rgb(179,13,222); }

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

border-color css

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

 span { border-color: rgb(179,13,222); }

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