Html Css Color HEX #B30CDE Dark Violet

📋 copy color: '#B30CDE'

red 179 ◦ green 12 ◦ blue 222

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

Shades of Dark Violet #B30CDE

Tints of Dark Violet #B30CDE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.91%

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

R = 43.34%
G = 2.91%
B = 53.75%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B30CDE (or 0xB30CDE) is known color: Dark Violet. HEX triplet: B3, 0C and DE. RGB value is (179,12,222). Sum of RGB (Red+Green+Blue) = 179+12+222=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #B30CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CDE is #4CF321. Grayscale: #555555. Windows color (decimal): -5042978 or 14552243. OLE color: 14552243.

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

Color convert

RGB 179 12 222 -
CMYK 0.19 0.95 0 0.13
HSL 287.71º 0.9% 0.46% -
HSV(B) 287.71º 0.95% 0.87% -
XYZ 31.91 15.12 70.34 -
YUV 85.87 204.83 194.42 -
System Red Green Blue C M Y K H S L
Decimal 179 12 222 0.19 0.95 0 0.13 287.71 0.9 0.46
Hex B3 C DE 13 5F 0 D 120 5A 2E
Octal 263 14 336 23 137 0 15 440 132 56
Binary 10110011 1100 11011110 10011 1011111 0 1101 100100000 1011010 101110

Color Harmonies of #B30CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CDE

Black with #B30CDE

Text Example


Text Example

White with #B30CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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