Html Css Color HEX #B30ADC Dark Violet

📋 copy color: '#B30ADC'

red 179 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #B30ADC

Tints of Dark Violet #B30ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.44%

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

R = 43.77%
G = 2.44%
B = 53.79%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B30ADC (or 0xB30ADC) is known color: Dark Violet. HEX triplet: B3, 0A and DC. RGB value is (179,10,220). Sum of RGB (Red+Green+Blue) = 179+10+220=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #B30ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30ADC is #4CF523. Grayscale: #535353. Windows color (decimal): -5043492 or 14420659. OLE color: 14420659.

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

Color convert

RGB 179 10 220 -
CMYK 0.19 0.95 0 0.14
HSL 288.29º 0.91% 0.45% -
HSV(B) 288.29º 0.95% 0.86% -
XYZ 31.62 14.97 68.93 -
YUV 84.47 204.49 195.42 -
System Red Green Blue C M Y K H S L
Decimal 179 10 220 0.19 0.95 0 0.14 288.29 0.91 0.45
Hex B3 A DC 13 5F 0 E 120 5B 2D
Octal 263 12 334 23 137 0 16 440 133 55
Binary 10110011 1010 11011100 10011 1011111 0 1110 100100000 1011011 101101

Color Harmonies of #B30ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30ADC

Black with #B30ADC

Text Example


Text Example

White with #B30ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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