Html Css Color HEX #B604CE Deep Magenta

📋 copy color: '#B604CE'

red 182 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #B604CE

Tints of Deep Magenta #B604CE

RGB

 RED value IS 182 (71.48% from 255) = 46.43%

 GREEN value IS 4 (1.95% from 255) = 1.02%

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

R = 46.43%
G = 1.02%
B = 52.55%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B604CE (or 0xB604CE) is known color: Deep Magenta. HEX triplet: B6, 04 and CE. RGB value is (182,4,206). Sum of RGB (Red+Green+Blue) = 182+4+206=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #B604CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B604CE is #49FB31. Grayscale: #4F4F4F. Windows color (decimal): -4848434 or 13501622. OLE color: 13501622.

HSL color Cylindrical-coordinate representation of color #B604CE: hue angle of 292.87º degrees, saturation: 0.96, 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 #B604CE is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 4 206 -
CMYK 0.12 0.98 0 0.19
HSL 292.87º 0.96% 0.41% -
HSV(B) 292.87º 0.98% 0.81% -
XYZ 30.48 14.49 59.58 -
YUV 80.25 198.97 200.57 -
System Red Green Blue C M Y K H S L
Decimal 182 4 206 0.12 0.98 0 0.19 292.87 0.96 0.41
Hex B6 4 CE C 62 0 13 125 60 29
Octal 266 4 316 14 142 0 23 445 140 51
Binary 10110110 100 11001110 1100 1100010 0 10011 100100101 1100000 101001

Color Harmonies of #B604CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B604CE

Black with #B604CE

Text Example


Text Example

White with #B604CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B604CE; }

 p { color: rgb(182,4,206); }

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

background-color css

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

 a { background-color: rgb(182,4,206); }

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

border-color css

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

 span { border-color: rgb(182,4,206); }

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