Html Css Color HEX #B713BF Deep Magenta

📋 copy color: '#B713BF'

red 183 ◦ green 19 ◦ blue 191

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

Shades of Deep Magenta #B713BF

Tints of Deep Magenta #B713BF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.83%

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

R = 46.56%
G = 4.83%
B = 48.6%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B713BF (or 0xB713BF) is known color: Deep Magenta. HEX triplet: B7, 13 and BF. RGB value is (183,19,191). Sum of RGB (Red+Green+Blue) = 183+19+191=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #B713BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B713BF is #48EC40. Grayscale: #575757. Windows color (decimal): -4779073 or 12522423. OLE color: 12522423.

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

Color convert

RGB 183 19 191 -
CMYK 0.04 0.90 0 0.25
HSL 297.21º 0.82% 0.41% -
HSV(B) 297.21º 0.9% 0.75% -
XYZ 29.17 14.29 50.51 -
YUV 87.64 186.33 196.01 -
System Red Green Blue C M Y K H S L
Decimal 183 19 191 0.04 0.90 0 0.25 297.21 0.82 0.41
Hex B7 13 BF 4 5A 0 19 129 52 29
Octal 267 23 277 4 132 0 31 451 122 51
Binary 10110111 10011 10111111 100 1011010 0 11001 100101001 1010010 101001

Color Harmonies of #B713BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B713BF

Black with #B713BF

Text Example


Text Example

White with #B713BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B713BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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