Html Css Color HEX #B803CC Deep Magenta

📋 copy color: '#B803CC'

red 184 ◦ green 3 ◦ blue 204

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

Shades of Deep Magenta #B803CC

Tints of Deep Magenta #B803CC

RGB

 RED value IS 184 (72.27% from 255) = 47.06%

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

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

R = 47.06%
G = 0.77%
B = 52.17%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B803CC (or 0xB803CC) is known color: Deep Magenta. HEX triplet: B8, 03 and CC. RGB value is (184,3,204). Sum of RGB (Red+Green+Blue) = 184+3+204=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #B803CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B803CC is #47FC33. Grayscale: #4F4F4F. Windows color (decimal): -4717620 or 13370296. OLE color: 13370296.

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

Color convert

RGB 184 3 204 -
CMYK 0.10 0.99 0 0.2
HSL 294.03º 0.97% 0.41% -
HSV(B) 294.03º 0.99% 0.8% -
XYZ 30.7 14.62 58.33 -
YUV 80.03 197.97 202.16 -
System Red Green Blue C M Y K H S L
Decimal 184 3 204 0.10 0.99 0 0.2 294.03 0.97 0.41
Hex B8 3 CC A 63 0 14 126 61 29
Octal 270 3 314 12 143 0 24 446 141 51
Binary 10111000 11 11001100 1010 1100011 0 10100 100100110 1100001 101001

Color Harmonies of #B803CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B803CC

Black with #B803CC

Text Example


Text Example

White with #B803CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B803CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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