Html Css Color HEX #B30DD3 Deep Magenta

📋 copy color: '#B30DD3'

red 179 ◦ green 13 ◦ blue 211

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

Shades of Deep Magenta #B30DD3

Tints of Deep Magenta #B30DD3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.23%

 BLUE value IS 211 (82.81% from 255) = 52.36%

R = 44.42%
G = 3.23%
B = 52.36%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B30DD3 (or 0xB30DD3) is known color: Deep Magenta. HEX triplet: B3, 0D and D3. RGB value is (179,13,211). Sum of RGB (Red+Green+Blue) = 179+13+211=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 211 (82.81% from 255 or 52.36% from 403); Max value from RGB is 211 - color contains mainly: blue. Hex color #B30DD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DD3 is #4CF22C. Grayscale: #545454. Windows color (decimal): -5042733 or 13831603. OLE color: 13831603.

HSL color Cylindrical-coordinate representation of color #B30DD3: hue angle of 290.3º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30DD3 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 13 211 -
CMYK 0.15 0.94 0 0.17
HSL 290.3º 0.88% 0.44% -
HSV(B) 290.3º 0.94% 0.83% -
XYZ 30.49 14.57 62.83 -
YUV 85.21 199 194.9 -
System Red Green Blue C M Y K H S L
Decimal 179 13 211 0.15 0.94 0 0.17 290.3 0.88 0.44
Hex B3 D D3 F 5E 0 11 122 58 2C
Octal 263 15 323 17 136 0 21 442 130 54
Binary 10110011 1101 11010011 1111 1011110 0 10001 100100010 1011000 101100

Color Harmonies of #B30DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DD3

Black with #B30DD3

Text Example


Text Example

White with #B30DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DD3; }

 p { color: rgb(179,13,211); }

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

background-color css

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

 a { background-color: rgb(179,13,211); }

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

border-color css

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

 span { border-color: rgb(179,13,211); }

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