Html Css Color HEX #B710BD Deep Magenta

📋 copy color: '#B710BD'

red 183 ◦ green 16 ◦ blue 189

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

Shades of Deep Magenta #B710BD

Tints of Deep Magenta #B710BD

RGB

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

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

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

R = 47.16%
G = 4.12%
B = 48.71%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B710BD (or 0xB710BD) is known color: Deep Magenta. HEX triplet: B7, 10 and BD. RGB value is (183,16,189). Sum of RGB (Red+Green+Blue) = 183+16+189=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #B710BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710BD is #48EF42. Grayscale: #555555. Windows color (decimal): -4779843 or 12390583. OLE color: 12390583.

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

Color convert

RGB 183 16 189 -
CMYK 0.03 0.92 0 0.26
HSL 297.92º 0.84% 0.4% -
HSV(B) 297.92º 0.92% 0.74% -
XYZ 28.9 14.11 49.34 -
YUV 85.66 186.33 197.43 -
System Red Green Blue C M Y K H S L
Decimal 183 16 189 0.03 0.92 0 0.26 297.92 0.84 0.4
Hex B7 10 BD 3 5C 0 1A 12A 54 28
Octal 267 20 275 3 134 0 32 452 124 50
Binary 10110111 10000 10111101 11 1011100 0 11010 100101010 1010100 101000

Color Harmonies of #B710BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710BD

Black with #B710BD

Text Example


Text Example

White with #B710BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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