Html Css Color HEX #B207A6 Deep Magenta

📋 copy color: '#B207A6'

red 178 ◦ green 7 ◦ blue 166

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

Shades of Deep Magenta #B207A6

Tints of Deep Magenta #B207A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.29%

R = 50.71%
G = 1.99%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B207A6 (or 0xB207A6) is known color: Deep Magenta. HEX triplet: B2, 07 and A6. RGB value is (178,7,166). Sum of RGB (Red+Green+Blue) = 178+7+166=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B207A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B207A6 is #4DF859. Grayscale: #4B4B4B. Windows color (decimal): -5109850 or 10880946. OLE color: 10880946.

HSL color Cylindrical-coordinate representation of color #B207A6: hue angle of 304.21º 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 #B207A6 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 7 166 -
CMYK 0 0.96 0.07 0.30
HSL 304.21º 0.92% 0.36% -
HSV(B) 304.21º 0.96% 0.7% -
XYZ 25.32 12.37 37.13 -
YUV 76.26 178.65 200.57 -
System Red Green Blue C M Y K H S L
Decimal 178 7 166 0 0.96 0.07 0.30 304.21 0.92 0.36
Hex B2 7 A6 0 60 7 1E 130 5C 24
Octal 262 7 246 0 140 7 36 460 134 44
Binary 10110010 111 10100110 0 1100000 111 11110 100110000 1011100 100100

Color Harmonies of #B207A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B207A6

Black with #B207A6

Text Example


Text Example

White with #B207A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B207A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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