Html Css Color HEX #B003CE Deep Magenta

📋 copy color: '#B003CE'

red 176 ◦ green 3 ◦ blue 206

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

Shades of Deep Magenta #B003CE

Tints of Deep Magenta #B003CE

RGB

 RED value IS 176 (69.14% from 255) = 45.71%

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

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

R = 45.71%
G = 0.78%
B = 53.51%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B003CE (or 0xB003CE) is known color: Deep Magenta. HEX triplet: B0, 03 and CE. RGB value is (176,3,206). Sum of RGB (Red+Green+Blue) = 176+3+206=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #B003CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003CE is #4FFC31. Grayscale: #4D4D4D. Windows color (decimal): -5241906 or 13501360. OLE color: 13501360.

HSL color Cylindrical-coordinate representation of color #B003CE: hue angle of 291.13º 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 #B003CE is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 3 206 -
CMYK 0.15 0.99 0 0.19
HSL 291.13º 0.97% 0.41% -
HSV(B) 291.13º 0.99% 0.81% -
XYZ 29.08 13.75 59.51 -
YUV 77.87 200.31 197.99 -
System Red Green Blue C M Y K H S L
Decimal 176 3 206 0.15 0.99 0 0.19 291.13 0.97 0.41
Hex B0 3 CE F 63 0 13 123 61 29
Octal 260 3 316 17 143 0 23 443 141 51
Binary 10110000 11 11001110 1111 1100011 0 10011 100100011 1100001 101001

Color Harmonies of #B003CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B003CE

Black with #B003CE

Text Example


Text Example

White with #B003CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B003CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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