Html Css Color HEX #B917DA Deep Magenta

📋 copy color: '#B917DA'

red 185 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #B917DA

Tints of Deep Magenta #B917DA

RGB

 RED value IS 185 (72.66% from 255) = 43.43%

 GREEN value IS 23 (9.38% from 255) = 5.4%

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

R = 43.43%
G = 5.4%
B = 51.17%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B917DA (or 0xB917DA) is known color: Deep Magenta. HEX triplet: B9, 17 and DA. RGB value is (185,23,218). Sum of RGB (Red+Green+Blue) = 185+23+218=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #B917DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917DA is #46E825. Grayscale: #5D5D5D. Windows color (decimal): -4646950 or 14292921. OLE color: 14292921.

HSL color Cylindrical-coordinate representation of color #B917DA: hue angle of 289.85º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B917DA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 23 218 -
CMYK 0.15 0.89 0 0.15
HSL 289.85º 0.81% 0.47% -
HSV(B) 289.85º 0.89% 0.85% -
XYZ 32.97 15.99 67.68 -
YUV 93.67 198.17 193.14 -
System Red Green Blue C M Y K H S L
Decimal 185 23 218 0.15 0.89 0 0.15 289.85 0.81 0.47
Hex B9 17 DA F 59 0 F 122 51 2F
Octal 271 27 332 17 131 0 17 442 121 57
Binary 10111001 10111 11011010 1111 1011001 0 1111 100100010 1010001 101111

Color Harmonies of #B917DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917DA

Black with #B917DA

Text Example


Text Example

White with #B917DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917DA; }

 p { color: rgb(185,23,218); }

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

background-color css

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

 a { background-color: rgb(185,23,218); }

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

border-color css

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

 span { border-color: rgb(185,23,218); }

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