Html Css Color HEX #B003CB Deep Magenta

📋 copy color: '#B003CB'

red 176 ◦ green 3 ◦ blue 203

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

Shades of Deep Magenta #B003CB

Tints of Deep Magenta #B003CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 46.07%
G = 0.79%
B = 53.14%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B003CB (or 0xB003CB) is known color: Deep Magenta. HEX triplet: B0, 03 and CB. RGB value is (176,3,203). Sum of RGB (Red+Green+Blue) = 176+3+203=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #B003CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003CB is #4FFC34. Grayscale: #4C4C4C. Windows color (decimal): -5241909 or 13304752. OLE color: 13304752.

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

Color convert

RGB 176 3 203 -
CMYK 0.13 0.99 0 0.20
HSL 291.9º 0.97% 0.4% -
HSV(B) 291.9º 0.99% 0.8% -
XYZ 28.72 13.61 57.61 -
YUV 77.53 198.81 198.24 -
System Red Green Blue C M Y K H S L
Decimal 176 3 203 0.13 0.99 0 0.20 291.9 0.97 0.4
Hex B0 3 CB D 63 0 14 124 61 28
Octal 260 3 313 15 143 0 24 444 141 50
Binary 10110000 11 11001011 1101 1100011 0 10100 100100100 1100001 101000

Color Harmonies of #B003CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B003CB

Black with #B003CB

Text Example


Text Example

White with #B003CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B003CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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