Html Css Color HEX #B805CE Deep Magenta

📋 copy color: '#B805CE'

red 184 ◦ green 5 ◦ blue 206

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

Shades of Deep Magenta #B805CE

Tints of Deep Magenta #B805CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 46.58%
G = 1.27%
B = 52.15%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B805CE (or 0xB805CE) is known color: Deep Magenta. HEX triplet: B8, 05 and CE. RGB value is (184,5,206). Sum of RGB (Red+Green+Blue) = 184+5+206=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #B805CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B805CE is #47FA31. Grayscale: #505050. Windows color (decimal): -4717106 or 13501880. OLE color: 13501880.

HSL color Cylindrical-coordinate representation of color #B805CE: hue angle of 293.43º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B805CE is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 5 206 -
CMYK 0.11 0.98 0 0.19
HSL 293.43º 0.95% 0.41% -
HSV(B) 293.43º 0.98% 0.81% -
XYZ 30.96 14.76 59.61 -
YUV 81.44 198.3 201.16 -
System Red Green Blue C M Y K H S L
Decimal 184 5 206 0.11 0.98 0 0.19 293.43 0.95 0.41
Hex B8 5 CE B 62 0 13 125 5F 29
Octal 270 5 316 13 142 0 23 445 137 51
Binary 10111000 101 11001110 1011 1100010 0 10011 100100101 1011111 101001

Color Harmonies of #B805CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B805CE

Black with #B805CE

Text Example


Text Example

White with #B805CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B805CE; }

 p { color: rgb(184,5,206); }

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

background-color css

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

 a { background-color: rgb(184,5,206); }

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

border-color css

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

 span { border-color: rgb(184,5,206); }

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