Html Css Color HEX #B800CD Deep Magenta

📋 copy color: '#B800CD'

red 184 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #B800CD

Tints of Deep Magenta #B800CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 47.3%
G = 0%
B = 52.7%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B800CD (or 0xB800CD) is known color: Deep Magenta. HEX triplet: B8, 00 and CD. RGB value is (184,0,205). Sum of RGB (Red+Green+Blue) = 184+0+205=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #B800CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800CD is #47FF32. Grayscale: #4D4D4D. Windows color (decimal): -4718387 or 13435064. OLE color: 13435064.

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

Color convert

RGB 184 0 205 -
CMYK 0.10 1 0 0.20
HSL 293.85º 1% 0.4% -
HSV(B) 293.85º 1% 0.8% -
XYZ 30.79 14.6 58.95 -
YUV 78.39 199.46 203.33 -
System Red Green Blue C M Y K H S L
Decimal 184 0 205 0.10 1 0 0.20 293.85 1 0.4
Hex B8 0 CD A 64 0 14 126 64 28
Octal 270 0 315 12 144 0 24 446 144 50
Binary 10111000 0 11001101 1010 1100100 0 10100 100100110 1100100 101000

Color Harmonies of #B800CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B800CD

Black with #B800CD

Text Example


Text Example

White with #B800CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B800CD; }

 p { color: rgb(184,0,205); }

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

background-color css

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

 a { background-color: rgb(184,0,205); }

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

border-color css

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

 span { border-color: rgb(184,0,205); }

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