Html Css Color HEX #B604DF Deep Magenta

📋 copy color: '#B604DF'

red 182 ◦ green 4 ◦ blue 223

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

Shades of Deep Magenta #B604DF

Tints of Deep Magenta #B604DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.52%

R = 44.5%
G = 0.98%
B = 54.52%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B604DF (or 0xB604DF) is known color: Deep Magenta. HEX triplet: B6, 04 and DF. RGB value is (182,4,223). Sum of RGB (Red+Green+Blue) = 182+4+223=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #B604DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B604DF is #49FB20. Grayscale: #515151. Windows color (decimal): -4848417 or 14615734. OLE color: 14615734.

HSL color Cylindrical-coordinate representation of color #B604DF: hue angle of 288.77º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B604DF is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 4 223 -
CMYK 0.18 0.98 0 0.13
HSL 288.77º 0.96% 0.45% -
HSV(B) 288.77º 0.98% 0.87% -
XYZ 32.65 15.36 71.06 -
YUV 82.19 207.47 199.19 -
System Red Green Blue C M Y K H S L
Decimal 182 4 223 0.18 0.98 0 0.13 288.77 0.96 0.45
Hex B6 4 DF 12 62 0 D 121 60 2D
Octal 266 4 337 22 142 0 15 441 140 55
Binary 10110110 100 11011111 10010 1100010 0 1101 100100001 1100000 101101

Color Harmonies of #B604DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B604DF

Black with #B604DF

Text Example


Text Example

White with #B604DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B604DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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