Html Css Color HEX #B003CC Deep Magenta

📋 copy color: '#B003CC'

red 176 ◦ green 3 ◦ blue 204

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

Shades of Deep Magenta #B003CC

Tints of Deep Magenta #B003CC

RGB

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

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

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

R = 45.95%
G = 0.78%
B = 53.26%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B003CC (or 0xB003CC) is known color: Deep Magenta. HEX triplet: B0, 03 and CC. RGB value is (176,3,204). Sum of RGB (Red+Green+Blue) = 176+3+204=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #B003CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003CC is #4FFC33. Grayscale: #4D4D4D. Windows color (decimal): -5241908 or 13370288. OLE color: 13370288.

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

Color convert

RGB 176 3 204 -
CMYK 0.14 0.99 0 0.2
HSL 291.64º 0.97% 0.41% -
HSV(B) 291.64º 0.99% 0.8% -
XYZ 28.84 13.65 58.24 -
YUV 77.64 199.31 198.16 -
System Red Green Blue C M Y K H S L
Decimal 176 3 204 0.14 0.99 0 0.2 291.64 0.97 0.41
Hex B0 3 CC E 63 0 14 124 61 29
Octal 260 3 314 16 143 0 24 444 141 51
Binary 10110000 11 11001100 1110 1100011 0 10100 100100100 1100001 101001

Color Harmonies of #B003CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B003CC

Black with #B003CC

Text Example


Text Example

White with #B003CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B003CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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