Html Css Color HEX #B203CC Deep Magenta

📋 copy color: '#B203CC'

red 178 ◦ green 3 ◦ blue 204

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

Shades of Deep Magenta #B203CC

Tints of Deep Magenta #B203CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 46.23%
G = 0.78%
B = 52.99%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B203CC (or 0xB203CC) is known color: Deep Magenta. HEX triplet: B2, 03 and CC. RGB value is (178,3,204). Sum of RGB (Red+Green+Blue) = 178+3+204=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #B203CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B203CC is #4DFC33. Grayscale: #4D4D4D. Windows color (decimal): -5110836 or 13370290. OLE color: 13370290.

HSL color Cylindrical-coordinate representation of color #B203CC: hue angle of 292.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B203CC is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 3 204 -
CMYK 0.13 0.99 0 0.2
HSL 292.24º 0.97% 0.41% -
HSV(B) 292.24º 0.99% 0.8% -
XYZ 29.29 13.89 58.26 -
YUV 78.24 198.98 199.16 -
System Red Green Blue C M Y K H S L
Decimal 178 3 204 0.13 0.99 0 0.2 292.24 0.97 0.41
Hex B2 3 CC D 63 0 14 124 61 29
Octal 262 3 314 15 143 0 24 444 141 51
Binary 10110010 11 11001100 1101 1100011 0 10100 100100100 1100001 101001

Color Harmonies of #B203CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B203CC

Black with #B203CC

Text Example


Text Example

White with #B203CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B203CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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