Html Css Color HEX #B203A7 Deep Magenta

📋 copy color: '#B203A7'

red 178 ◦ green 3 ◦ blue 167

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

Shades of Deep Magenta #B203A7

Tints of Deep Magenta #B203A7

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 167 (65.63% from 255) = 47.99%

R = 51.15%
G = 0.86%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B203A7 (or 0xB203A7) is known color: Deep Magenta. HEX triplet: B2, 03 and A7. RGB value is (178,3,167). Sum of RGB (Red+Green+Blue) = 178+3+167=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 167 (65.62% from 255 or 47.99% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B203A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B203A7 is #4DFC58. Grayscale: #494949. Windows color (decimal): -5110873 or 10945458. OLE color: 10945458.

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

Color convert

RGB 178 3 167 -
CMYK 0 0.98 0.06 0.30
HSL 303.77º 0.97% 0.35% -
HSV(B) 303.77º 0.98% 0.7% -
XYZ 25.37 12.32 37.6 -
YUV 74.02 180.48 202.16 -
System Red Green Blue C M Y K H S L
Decimal 178 3 167 0 0.98 0.06 0.30 303.77 0.97 0.35
Hex B2 3 A7 0 62 6 1E 130 61 23
Octal 262 3 247 0 142 6 36 460 141 43
Binary 10110010 11 10100111 0 1100010 110 11110 100110000 1100001 100011

Color Harmonies of #B203A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B203A7

Black with #B203A7

Text Example


Text Example

White with #B203A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B203A7; }

 p { color: rgb(178,3,167); }

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

background-color css

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

 a { background-color: rgb(178,3,167); }

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

border-color css

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

 span { border-color: rgb(178,3,167); }

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