Html Css Color HEX #B710DA Deep Magenta

📋 copy color: '#B710DA'

red 183 ◦ green 16 ◦ blue 218

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

Shades of Deep Magenta #B710DA

Tints of Deep Magenta #B710DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.28%

R = 43.88%
G = 3.84%
B = 52.28%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B710DA (or 0xB710DA) is known color: Deep Magenta. HEX triplet: B7, 10 and DA. RGB value is (183,16,218). Sum of RGB (Red+Green+Blue) = 183+16+218=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #B710DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710DA is #48EF25. Grayscale: #585858. Windows color (decimal): -4779814 or 14291127. OLE color: 14291127.

HSL color Cylindrical-coordinate representation of color #B710DA: hue angle of 289.6º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B710DA is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 16 218 -
CMYK 0.16 0.93 0 0.15
HSL 289.6º 0.86% 0.46% -
HSV(B) 289.6º 0.93% 0.85% -
XYZ 32.37 15.5 67.62 -
YUV 88.96 200.83 195.07 -
System Red Green Blue C M Y K H S L
Decimal 183 16 218 0.16 0.93 0 0.15 289.6 0.86 0.46
Hex B7 10 DA 10 5D 0 F 122 56 2E
Octal 267 20 332 20 135 0 17 442 126 56
Binary 10110111 10000 11011010 10000 1011101 0 1111 100100010 1010110 101110

Color Harmonies of #B710DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710DA

Black with #B710DA

Text Example


Text Example

White with #B710DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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