Html Css Color HEX #B30ECB Deep Magenta

📋 copy color: '#B30ECB'

red 179 ◦ green 14 ◦ blue 203

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

Shades of Deep Magenta #B30ECB

Tints of Deep Magenta #B30ECB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.54%

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 45.2%
G = 3.54%
B = 51.26%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B30ECB (or 0xB30ECB) is known color: Deep Magenta. HEX triplet: B3, 0E and CB. RGB value is (179,14,203). Sum of RGB (Red+Green+Blue) = 179+14+203=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #B30ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30ECB is #4CF134. Grayscale: #545454. Windows color (decimal): -5042485 or 13307571. OLE color: 13307571.

HSL color Cylindrical-coordinate representation of color #B30ECB: hue angle of 292.38º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30ECB is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 14 203 -
CMYK 0.12 0.93 0 0.20
HSL 292.38º 0.87% 0.43% -
HSV(B) 292.38º 0.93% 0.8% -
XYZ 29.53 14.21 57.69 -
YUV 84.88 194.66 195.13 -
System Red Green Blue C M Y K H S L
Decimal 179 14 203 0.12 0.93 0 0.20 292.38 0.87 0.43
Hex B3 E CB C 5D 0 14 124 57 2B
Octal 263 16 313 14 135 0 24 444 127 53
Binary 10110011 1110 11001011 1100 1011101 0 10100 100100100 1010111 101011

Color Harmonies of #B30ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30ECB

Black with #B30ECB

Text Example


Text Example

White with #B30ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30ECB; }

 p { color: rgb(179,14,203); }

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

background-color css

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

 a { background-color: rgb(179,14,203); }

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

border-color css

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

 span { border-color: rgb(179,14,203); }

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