Html Css Color HEX #B30CCD Deep Magenta

📋 copy color: '#B30CCD'

red 179 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #B30CCD

Tints of Deep Magenta #B30CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 45.2%
G = 3.03%
B = 51.77%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B30CCD (or 0xB30CCD) is known color: Deep Magenta. HEX triplet: B3, 0C and CD. RGB value is (179,12,205). Sum of RGB (Red+Green+Blue) = 179+12+205=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #B30CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CCD is #4CF332. Grayscale: #535353. Windows color (decimal): -5042995 or 13438131. OLE color: 13438131.

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

Color convert

RGB 179 12 205 -
CMYK 0.13 0.94 0 0.20
HSL 291.92º 0.89% 0.43% -
HSV(B) 291.92º 0.94% 0.8% -
XYZ 29.74 14.25 58.94 -
YUV 83.94 196.33 195.81 -
System Red Green Blue C M Y K H S L
Decimal 179 12 205 0.13 0.94 0 0.20 291.92 0.89 0.43
Hex B3 C CD D 5E 0 14 124 59 2B
Octal 263 14 315 15 136 0 24 444 131 53
Binary 10110011 1100 11001101 1101 1011110 0 10100 100100100 1011001 101011

Color Harmonies of #B30CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CCD

Black with #B30CCD

Text Example


Text Example

White with #B30CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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