Html Css Color HEX #B706BD Deep Magenta

📋 copy color: '#B706BD'

red 183 ◦ green 6 ◦ blue 189

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

Shades of Deep Magenta #B706BD

Tints of Deep Magenta #B706BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50%

R = 48.41%
G = 1.59%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B706BD (or 0xB706BD) is known color: Deep Magenta. HEX triplet: B7, 06 and BD. RGB value is (183,6,189). Sum of RGB (Red+Green+Blue) = 183+6+189=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #B706BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706BD is #48F942. Grayscale: #4F4F4F. Windows color (decimal): -4782403 or 12388023. OLE color: 12388023.

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

Color convert

RGB 183 6 189 -
CMYK 0.03 0.97 0 0.26
HSL 298.03º 0.94% 0.38% -
HSV(B) 298.03º 0.97% 0.74% -
XYZ 28.78 13.87 49.3 -
YUV 79.79 189.64 201.62 -
System Red Green Blue C M Y K H S L
Decimal 183 6 189 0.03 0.97 0 0.26 298.03 0.94 0.38
Hex B7 6 BD 3 61 0 1A 12A 5E 26
Octal 267 6 275 3 141 0 32 452 136 46
Binary 10110111 110 10111101 11 1100001 0 11010 100101010 1011110 100110

Color Harmonies of #B706BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706BD

Black with #B706BD

Text Example


Text Example

White with #B706BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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