Html Css Color HEX #B707D8 Deep Magenta

📋 copy color: '#B707D8'

red 183 ◦ green 7 ◦ blue 216

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

Shades of Deep Magenta #B707D8

Tints of Deep Magenta #B707D8

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.72%

 BLUE value IS 216 (84.77% from 255) = 53.2%

R = 45.07%
G = 1.72%
B = 53.2%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B707D8 (or 0xB707D8) is known color: Deep Magenta. HEX triplet: B7, 07 and D8. RGB value is (183,7,216). Sum of RGB (Red+Green+Blue) = 183+7+216=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #B707D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B707D8 is #48F827. Grayscale: #525252. Windows color (decimal): -4782120 or 14157751. OLE color: 14157751.

HSL color Cylindrical-coordinate representation of color #B707D8: hue angle of 290.53º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B707D8 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 7 216 -
CMYK 0.15 0.97 0 0.15
HSL 290.53º 0.94% 0.44% -
HSV(B) 290.53º 0.97% 0.85% -
XYZ 32 15.18 66.21 -
YUV 83.45 202.81 199.01 -
System Red Green Blue C M Y K H S L
Decimal 183 7 216 0.15 0.97 0 0.15 290.53 0.94 0.44
Hex B7 7 D8 F 61 0 F 123 5E 2C
Octal 267 7 330 17 141 0 17 443 136 54
Binary 10110111 111 11011000 1111 1100001 0 1111 100100011 1011110 101100

Color Harmonies of #B707D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B707D8

Black with #B707D8

Text Example


Text Example

White with #B707D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B707D8; }

 p { color: rgb(183,7,216); }

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

background-color css

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

 a { background-color: rgb(183,7,216); }

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

border-color css

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

 span { border-color: rgb(183,7,216); }

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