Html Css Color HEX #B205AB Deep Magenta

📋 copy color: '#B205AB'

red 178 ◦ green 5 ◦ blue 171

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

Shades of Deep Magenta #B205AB

Tints of Deep Magenta #B205AB

RGB

 RED value IS 178 (69.92% from 255) = 50.28%

 GREEN value IS 5 (2.34% from 255) = 1.41%

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 50.28%
G = 1.41%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B205AB (or 0xB205AB) is known color: Deep Magenta. HEX triplet: B2, 05 and AB. RGB value is (178,5,171). Sum of RGB (Red+Green+Blue) = 178+5+171=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B205AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B205AB is #4DFA54. Grayscale: #4B4B4B. Windows color (decimal): -5110357 or 11208114. OLE color: 11208114.

HSL color Cylindrical-coordinate representation of color #B205AB: hue angle of 302.43º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B205AB is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 5 171 -
CMYK 0 0.97 0.04 0.30
HSL 302.43º 0.95% 0.36% -
HSV(B) 302.43º 0.97% 0.7% -
XYZ 25.77 12.51 39.59 -
YUV 75.65 181.81 201 -
System Red Green Blue C M Y K H S L
Decimal 178 5 171 0 0.97 0.04 0.30 302.43 0.95 0.36
Hex B2 5 AB 0 61 4 1E 12E 5F 24
Octal 262 5 253 0 141 4 36 456 137 44
Binary 10110010 101 10101011 0 1100001 100 11110 100101110 1011111 100100

Color Harmonies of #B205AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B205AB

Black with #B205AB

Text Example


Text Example

White with #B205AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B205AB; }

 p { color: rgb(178,5,171); }

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

background-color css

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

 a { background-color: rgb(178,5,171); }

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

border-color css

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

 span { border-color: rgb(178,5,171); }

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