Html Css Color HEX #B710BF Deep Magenta

📋 copy color: '#B710BF'

red 183 ◦ green 16 ◦ blue 191

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

Shades of Deep Magenta #B710BF

Tints of Deep Magenta #B710BF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.1%

 BLUE value IS 191 (75% from 255) = 48.97%

R = 46.92%
G = 4.1%
B = 48.97%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B710BF (or 0xB710BF) is known color: Deep Magenta. HEX triplet: B7, 10 and BF. RGB value is (183,16,191). Sum of RGB (Red+Green+Blue) = 183+16+191=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #B710BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710BF is #48EF40. Grayscale: #555555. Windows color (decimal): -4779841 or 12521655. OLE color: 12521655.

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

Color convert

RGB 183 16 191 -
CMYK 0.04 0.92 0 0.25
HSL 297.26º 0.85% 0.41% -
HSV(B) 297.26º 0.92% 0.75% -
XYZ 29.12 14.2 50.5 -
YUV 85.88 187.33 197.27 -
System Red Green Blue C M Y K H S L
Decimal 183 16 191 0.04 0.92 0 0.25 297.26 0.85 0.41
Hex B7 10 BF 4 5C 0 19 129 55 29
Octal 267 20 277 4 134 0 31 451 125 51
Binary 10110111 10000 10111111 100 1011100 0 11001 100101001 1010101 101001

Color Harmonies of #B710BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710BF

Black with #B710BF

Text Example


Text Example

White with #B710BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710BF; }

 p { color: rgb(183,16,191); }

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

background-color css

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

 a { background-color: rgb(183,16,191); }

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

border-color css

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

 span { border-color: rgb(183,16,191); }

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