Html Css Color HEX #B705A7 Deep Magenta

📋 copy color: '#B705A7'

red 183 ◦ green 5 ◦ blue 167

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

Shades of Deep Magenta #B705A7

Tints of Deep Magenta #B705A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.04%

R = 51.55%
G = 1.41%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B705A7 (or 0xB705A7) is known color: Deep Magenta. HEX triplet: B7, 05 and A7. RGB value is (183,5,167). Sum of RGB (Red+Green+Blue) = 183+5+167=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 167 (65.62% from 255 or 47.04% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B705A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B705A7 is #48FA58. Grayscale: #4C4C4C. Windows color (decimal): -4782681 or 10945975. OLE color: 10945975.

HSL color Cylindrical-coordinate representation of color #B705A7: hue angle of 305.39º 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 #B705A7 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 5 167 -
CMYK 0 0.97 0.09 0.28
HSL 305.39º 0.95% 0.37% -
HSV(B) 305.39º 0.97% 0.72% -
XYZ 26.56 12.97 37.66 -
YUV 76.69 178.97 203.83 -
System Red Green Blue C M Y K H S L
Decimal 183 5 167 0 0.97 0.09 0.28 305.39 0.95 0.37
Hex B7 5 A7 0 61 9 1C 131 5F 25
Octal 267 5 247 0 141 11 34 461 137 45
Binary 10110111 101 10100111 0 1100001 1001 11100 100110001 1011111 100101

Color Harmonies of #B705A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B705A7

Black with #B705A7

Text Example


Text Example

White with #B705A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B705A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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