Html Css Color HEX #B706C1 Deep Magenta

📋 copy color: '#B706C1'

red 183 ◦ green 6 ◦ blue 193

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

Shades of Deep Magenta #B706C1

Tints of Deep Magenta #B706C1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.57%

 BLUE value IS 193 (75.78% from 255) = 50.52%

R = 47.91%
G = 1.57%
B = 50.52%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B706C1 (or 0xB706C1) is known color: Deep Magenta. HEX triplet: B7, 06 and C1. RGB value is (183,6,193). Sum of RGB (Red+Green+Blue) = 183+6+193=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #B706C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706C1 is #48F93E. Grayscale: #4F4F4F. Windows color (decimal): -4782399 or 12650167. OLE color: 12650167.

HSL color Cylindrical-coordinate representation of color #B706C1: hue angle of 296.79º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706C1 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 6 193 -
CMYK 0.05 0.97 0 0.24
HSL 296.79º 0.94% 0.39% -
HSV(B) 296.79º 0.97% 0.76% -
XYZ 29.22 14.05 51.62 -
YUV 80.24 191.64 201.29 -
System Red Green Blue C M Y K H S L
Decimal 183 6 193 0.05 0.97 0 0.24 296.79 0.94 0.39
Hex B7 6 C1 5 61 0 18 129 5E 27
Octal 267 6 301 5 141 0 30 451 136 47
Binary 10110111 110 11000001 101 1100001 0 11000 100101001 1011110 100111

Color Harmonies of #B706C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706C1

Black with #B706C1

Text Example


Text Example

White with #B706C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706C1; }

 p { color: rgb(183,6,193); }

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

background-color css

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

 a { background-color: rgb(183,6,193); }

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

border-color css

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

 span { border-color: rgb(183,6,193); }

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