Html Css Color HEX #B003B3 Deep Magenta

📋 copy color: '#B003B3'

red 176 ◦ green 3 ◦ blue 179

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

Shades of Deep Magenta #B003B3

Tints of Deep Magenta #B003B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50%

R = 49.16%
G = 0.84%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B003B3 (or 0xB003B3) is known color: Deep Magenta. HEX triplet: B0, 03 and B3. RGB value is (176,3,179). Sum of RGB (Red+Green+Blue) = 176+3+179=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #B003B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003B3 is #4FFC4C. Grayscale: #4A4A4A. Windows color (decimal): -5241933 or 11731888. OLE color: 11731888.

HSL color Cylindrical-coordinate representation of color #B003B3: hue angle of 298.98º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B003B3 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 3 179 -
CMYK 0.02 0.98 0 0.30
HSL 298.98º 0.97% 0.36% -
HSV(B) 298.98º 0.98% 0.7% -
XYZ 26.07 12.55 43.7 -
YUV 74.79 186.81 200.19 -
System Red Green Blue C M Y K H S L
Decimal 176 3 179 0.02 0.98 0 0.30 298.98 0.97 0.36
Hex B0 3 B3 2 62 0 1E 12B 61 24
Octal 260 3 263 2 142 0 36 453 141 44
Binary 10110000 11 10110011 10 1100010 0 11110 100101011 1100001 100100

Color Harmonies of #B003B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B003B3

Black with #B003B3

Text Example


Text Example

White with #B003B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B003B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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