Html Css Color HEX #B207AB Deep Magenta

📋 copy color: '#B207AB'

red 178 ◦ green 7 ◦ blue 171

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

Shades of Deep Magenta #B207AB

Tints of Deep Magenta #B207AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.97%

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

R = 50%
G = 1.97%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B207AB (or 0xB207AB) is known color: Deep Magenta. HEX triplet: B2, 07 and AB. RGB value is (178,7,171). Sum of RGB (Red+Green+Blue) = 178+7+171=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B207AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B207AB is #4DF854. Grayscale: #4C4C4C. Windows color (decimal): -5109845 or 11208626. OLE color: 11208626.

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

Color convert

RGB 178 7 171 -
CMYK 0 0.96 0.04 0.30
HSL 302.46º 0.92% 0.36% -
HSV(B) 302.46º 0.96% 0.7% -
XYZ 25.79 12.56 39.59 -
YUV 76.83 181.15 200.16 -
System Red Green Blue C M Y K H S L
Decimal 178 7 171 0 0.96 0.04 0.30 302.46 0.92 0.36
Hex B2 7 AB 0 60 4 1E 12E 5C 24
Octal 262 7 253 0 140 4 36 456 134 44
Binary 10110010 111 10101011 0 1100000 100 11110 100101110 1011100 100100

Color Harmonies of #B207AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B207AB

Black with #B207AB

Text Example


Text Example

White with #B207AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B207AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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