Html Css Color HEX #B704BA Deep Magenta

📋 copy color: '#B704BA'

red 183 ◦ green 4 ◦ blue 186

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

Shades of Deep Magenta #B704BA

Tints of Deep Magenta #B704BA

RGB

 RED value IS 183 (71.88% from 255) = 49.06%

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 49.06%
G = 1.07%
B = 49.87%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B704BA (or 0xB704BA) is known color: Deep Magenta. HEX triplet: B7, 04 and BA. RGB value is (183,4,186). Sum of RGB (Red+Green+Blue) = 183+4+186=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #B704BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B704BA is #48FB45. Grayscale: #4D4D4D. Windows color (decimal): -4782918 or 12190903. OLE color: 12190903.

HSL color Cylindrical-coordinate representation of color #B704BA: hue angle of 299.01º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B704BA is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 4 186 -
CMYK 0.02 0.98 0 0.27
HSL 299.01º 0.96% 0.37% -
HSV(B) 299.01º 0.98% 0.73% -
XYZ 28.43 13.7 47.6 -
YUV 78.27 188.8 202.7 -
System Red Green Blue C M Y K H S L
Decimal 183 4 186 0.02 0.98 0 0.27 299.01 0.96 0.37
Hex B7 4 BA 2 62 0 1B 12B 60 25
Octal 267 4 272 2 142 0 33 453 140 45
Binary 10110111 100 10111010 10 1100010 0 11011 100101011 1100000 100101

Color Harmonies of #B704BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B704BA

Black with #B704BA

Text Example


Text Example

White with #B704BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B704BA; }

 p { color: rgb(183,4,186); }

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

background-color css

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

 a { background-color: rgb(183,4,186); }

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

border-color css

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

 span { border-color: rgb(183,4,186); }

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