Html Css Color HEX #B706BE Deep Magenta

📋 copy color: '#B706BE'

red 183 ◦ green 6 ◦ blue 190

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

Shades of Deep Magenta #B706BE

Tints of Deep Magenta #B706BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 48.28%
G = 1.58%
B = 50.13%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B706BE (or 0xB706BE) is known color: Deep Magenta. HEX triplet: B7, 06 and BE. RGB value is (183,6,190). Sum of RGB (Red+Green+Blue) = 183+6+190=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #B706BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706BE is #48F941. Grayscale: #4F4F4F. Windows color (decimal): -4782402 or 12453559. OLE color: 12453559.

HSL color Cylindrical-coordinate representation of color #B706BE: hue angle of 297.72º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706BE is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 6 190 -
CMYK 0.04 0.97 0 0.25
HSL 297.72º 0.94% 0.38% -
HSV(B) 297.72º 0.97% 0.75% -
XYZ 28.89 13.92 49.88 -
YUV 79.9 190.14 201.54 -
System Red Green Blue C M Y K H S L
Decimal 183 6 190 0.04 0.97 0 0.25 297.72 0.94 0.38
Hex B7 6 BE 4 61 0 19 12A 5E 26
Octal 267 6 276 4 141 0 31 452 136 46
Binary 10110111 110 10111110 100 1100001 0 11001 100101010 1011110 100110

Color Harmonies of #B706BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706BE

Black with #B706BE

Text Example


Text Example

White with #B706BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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