Html Css Color HEX #B30CDF Dark Violet

📋 copy color: '#B30CDF'

red 179 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #B30CDF

Tints of Dark Violet #B30CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 43.24%
G = 2.9%
B = 53.86%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B30CDF (or 0xB30CDF) is known color: Dark Violet. HEX triplet: B3, 0C and DF. RGB value is (179,12,223). Sum of RGB (Red+Green+Blue) = 179+12+223=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #B30CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CDF is #4CF320. Grayscale: #555555. Windows color (decimal): -5042977 or 14617779. OLE color: 14617779.

HSL color Cylindrical-coordinate representation of color #B30CDF: hue angle of 287.49º 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 #B30CDF is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 12 223 -
CMYK 0.20 0.95 0 0.13
HSL 287.49º 0.9% 0.46% -
HSV(B) 287.49º 0.95% 0.87% -
XYZ 32.04 15.17 71.05 -
YUV 85.99 205.33 194.34 -
System Red Green Blue C M Y K H S L
Decimal 179 12 223 0.20 0.95 0 0.13 287.49 0.9 0.46
Hex B3 C DF 14 5F 0 D 11F 5A 2E
Octal 263 14 337 24 137 0 15 437 132 56
Binary 10110011 1100 11011111 10100 1011111 0 1101 100011111 1011010 101110

Color Harmonies of #B30CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CDF

Black with #B30CDF

Text Example


Text Example

White with #B30CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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