Html Css Color HEX #B707D6 Deep Magenta

📋 copy color: '#B707D6'

red 183 ◦ green 7 ◦ blue 214

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

Shades of Deep Magenta #B707D6

Tints of Deep Magenta #B707D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.97%

R = 45.3%
G = 1.73%
B = 52.97%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B707D6 (or 0xB707D6) is known color: Deep Magenta. HEX triplet: B7, 07 and D6. RGB value is (183,7,214). Sum of RGB (Red+Green+Blue) = 183+7+214=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #B707D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B707D6 is #48F829. Grayscale: #525252. Windows color (decimal): -4782122 or 14026679. OLE color: 14026679.

HSL color Cylindrical-coordinate representation of color #B707D6: hue angle of 291.01º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B707D6 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 7 214 -
CMYK 0.14 0.97 0 0.16
HSL 291.01º 0.94% 0.43% -
HSV(B) 291.01º 0.97% 0.84% -
XYZ 31.74 15.07 64.85 -
YUV 83.22 201.81 199.17 -
System Red Green Blue C M Y K H S L
Decimal 183 7 214 0.14 0.97 0 0.16 291.01 0.94 0.43
Hex B7 7 D6 E 61 0 10 123 5E 2B
Octal 267 7 326 16 141 0 20 443 136 53
Binary 10110111 111 11010110 1110 1100001 0 10000 100100011 1011110 101011

Color Harmonies of #B707D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B707D6

Black with #B707D6

Text Example


Text Example

White with #B707D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B707D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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