Html Css Color HEX #B705B0 Deep Magenta

📋 copy color: '#B705B0'

red 183 ◦ green 5 ◦ blue 176

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

Shades of Deep Magenta #B705B0

Tints of Deep Magenta #B705B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.35%

R = 50.27%
G = 1.37%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B705B0 (or 0xB705B0) is known color: Deep Magenta. HEX triplet: B7, 05 and B0. RGB value is (183,5,176). Sum of RGB (Red+Green+Blue) = 183+5+176=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B705B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B705B0 is #48FA4F. Grayscale: #4D4D4D. Windows color (decimal): -4782672 or 11535799. OLE color: 11535799.

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

Color convert

RGB 183 5 176 -
CMYK 0 0.97 0.04 0.28
HSL 302.36º 0.95% 0.37% -
HSV(B) 302.36º 0.97% 0.72% -
XYZ 27.42 13.31 42.2 -
YUV 77.72 183.47 203.1 -
System Red Green Blue C M Y K H S L
Decimal 183 5 176 0 0.97 0.04 0.28 302.36 0.95 0.37
Hex B7 5 B0 0 61 4 1C 12E 5F 25
Octal 267 5 260 0 141 4 34 456 137 45
Binary 10110111 101 10110000 0 1100001 100 11100 100101110 1011111 100101

Color Harmonies of #B705B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B705B0

Black with #B705B0

Text Example


Text Example

White with #B705B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B705B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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