Html Css Color HEX #B705A8 Deep Magenta

📋 copy color: '#B705A8'

red 183 ◦ green 5 ◦ blue 168

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

Shades of Deep Magenta #B705A8

Tints of Deep Magenta #B705A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.19%

R = 51.4%
G = 1.4%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B705A8 (or 0xB705A8) is known color: Deep Magenta. HEX triplet: B7, 05 and A8. RGB value is (183,5,168). Sum of RGB (Red+Green+Blue) = 183+5+168=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B705A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B705A8 is #48FA57. Grayscale: #4C4C4C. Windows color (decimal): -4782680 or 11011511. OLE color: 11011511.

HSL color Cylindrical-coordinate representation of color #B705A8: hue angle of 305.06º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B705A8 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 5 168 -
CMYK 0 0.97 0.08 0.28
HSL 305.06º 0.95% 0.37% -
HSV(B) 305.06º 0.97% 0.72% -
XYZ 26.65 13 38.15 -
YUV 76.8 179.47 203.75 -
System Red Green Blue C M Y K H S L
Decimal 183 5 168 0 0.97 0.08 0.28 305.06 0.95 0.37
Hex B7 5 A8 0 61 8 1C 131 5F 25
Octal 267 5 250 0 141 10 34 461 137 45
Binary 10110111 101 10101000 0 1100001 1000 11100 100110001 1011111 100101

Color Harmonies of #B705A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B705A8

Black with #B705A8

Text Example


Text Example

White with #B705A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B705A8; }

 p { color: rgb(183,5,168); }

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

background-color css

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

 a { background-color: rgb(183,5,168); }

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

border-color css

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

 span { border-color: rgb(183,5,168); }

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