Html Css Color HEX #B203CE Deep Magenta

📋 copy color: '#B203CE'

red 178 ◦ green 3 ◦ blue 206

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

Shades of Deep Magenta #B203CE

Tints of Deep Magenta #B203CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 45.99%
G = 0.78%
B = 53.23%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B203CE (or 0xB203CE) is known color: Deep Magenta. HEX triplet: B2, 03 and CE. RGB value is (178,3,206). Sum of RGB (Red+Green+Blue) = 178+3+206=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #B203CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B203CE is #4DFC31. Grayscale: #4D4D4D. Windows color (decimal): -5110834 or 13501362. OLE color: 13501362.

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

Color convert

RGB 178 3 206 -
CMYK 0.14 0.99 0 0.19
HSL 291.72º 0.97% 0.41% -
HSV(B) 291.72º 0.99% 0.81% -
XYZ 29.53 13.99 59.54 -
YUV 78.47 199.98 198.99 -
System Red Green Blue C M Y K H S L
Decimal 178 3 206 0.14 0.99 0 0.19 291.72 0.97 0.41
Hex B2 3 CE E 63 0 13 124 61 29
Octal 262 3 316 16 143 0 23 444 141 51
Binary 10110010 11 11001110 1110 1100011 0 10011 100100100 1100001 101001

Color Harmonies of #B203CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B203CE

Black with #B203CE

Text Example


Text Example

White with #B203CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B203CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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