Html Css Color HEX #B300A2 Dark Magenta

📋 copy color: '#B300A2'

red 179 ◦ green 0 ◦ blue 162

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

Shades of Dark Magenta #B300A2

Tints of Dark Magenta #B300A2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 162 (63.67% from 255) = 47.51%

R = 52.49%
G = 0%
B = 47.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B300A2 (or 0xB300A2) is known color: Dark Magenta. HEX triplet: B3, 00 and A2. RGB value is (179,0,162). Sum of RGB (Red+Green+Blue) = 179+0+162=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B300A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B300A2 is #4CFF5D. Grayscale: #474747. Windows color (decimal): -5046110 or 10617011. OLE color: 10617011.

HSL color Cylindrical-coordinate representation of color #B300A2: hue angle of 305.7º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300A2 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 162 -
CMYK 0 1 0.09 0.30
HSL 305.7º 1% 0.35% -
HSV(B) 305.7º 1% 0.7% -
XYZ 25.11 12.19 35.21 -
YUV 71.99 178.8 204.33 -
System Red Green Blue C M Y K H S L
Decimal 179 0 162 0 1 0.09 0.30 305.7 1 0.35
Hex B3 0 A2 0 64 9 1E 132 64 23
Octal 263 0 242 0 144 11 36 462 144 43
Binary 10110011 0 10100010 0 1100100 1001 11110 100110010 1100100 100011

Color Harmonies of #B300A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300A2

Black with #B300A2

Text Example


Text Example

White with #B300A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300A2; }

 p { color: rgb(179,0,162); }

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

background-color css

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

 a { background-color: rgb(179,0,162); }

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

border-color css

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

 span { border-color: rgb(179,0,162); }

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