Html Css Color HEX #B30CD5 Deep Magenta

📋 copy color: '#B30CD5'

red 179 ◦ green 12 ◦ blue 213

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

Shades of Deep Magenta #B30CD5

Tints of Deep Magenta #B30CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.72%

R = 44.31%
G = 2.97%
B = 52.72%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B30CD5 (or 0xB30CD5) is known color: Deep Magenta. HEX triplet: B3, 0C and D5. RGB value is (179,12,213). Sum of RGB (Red+Green+Blue) = 179+12+213=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #B30CD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CD5 is #4CF32A. Grayscale: #545454. Windows color (decimal): -5042987 or 13962419. OLE color: 13962419.

HSL color Cylindrical-coordinate representation of color #B30CD5: hue angle of 289.85º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30CD5 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 12 213 -
CMYK 0.16 0.94 0 0.16
HSL 289.85º 0.89% 0.44% -
HSV(B) 289.85º 0.94% 0.84% -
XYZ 30.73 14.65 64.16 -
YUV 84.85 200.33 195.16 -
System Red Green Blue C M Y K H S L
Decimal 179 12 213 0.16 0.94 0 0.16 289.85 0.89 0.44
Hex B3 C D5 10 5E 0 10 122 59 2C
Octal 263 14 325 20 136 0 20 442 131 54
Binary 10110011 1100 11010101 10000 1011110 0 10000 100100010 1011001 101100

Color Harmonies of #B30CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CD5

Black with #B30CD5

Text Example


Text Example

White with #B30CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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