Html Css Color HEX #B30DBB Deep Magenta

📋 copy color: '#B30DBB'

red 179 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #B30DBB

Tints of Deep Magenta #B30DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 47.23%
G = 3.43%
B = 49.34%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B30DBB (or 0xB30DBB) is known color: Deep Magenta. HEX triplet: B3, 0D and BB. RGB value is (179,13,187). Sum of RGB (Red+Green+Blue) = 179+13+187=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #B30DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DBB is #4CF244. Grayscale: #515151. Windows color (decimal): -5042757 or 12258739. OLE color: 12258739.

HSL color Cylindrical-coordinate representation of color #B30DBB: hue angle of 297.24º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30DBB is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 13 187 -
CMYK 0.04 0.93 0 0.27
HSL 297.24º 0.87% 0.39% -
HSV(B) 297.24º 0.93% 0.73% -
XYZ 27.7 13.46 48.15 -
YUV 82.47 187 196.85 -
System Red Green Blue C M Y K H S L
Decimal 179 13 187 0.04 0.93 0 0.27 297.24 0.87 0.39
Hex B3 D BB 4 5D 0 1B 129 57 27
Octal 263 15 273 4 135 0 33 451 127 47
Binary 10110011 1101 10111011 100 1011101 0 11011 100101001 1010111 100111

Color Harmonies of #B30DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DBB

Black with #B30DBB

Text Example


Text Example

White with #B30DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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