Html Css Color HEX #B917C6 Deep Magenta

📋 copy color: '#B917C6'

red 185 ◦ green 23 ◦ blue 198

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

Shades of Deep Magenta #B917C6

Tints of Deep Magenta #B917C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.77%

R = 45.57%
G = 5.67%
B = 48.77%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B917C6 (or 0xB917C6) is known color: Deep Magenta. HEX triplet: B9, 17 and C6. RGB value is (185,23,198). Sum of RGB (Red+Green+Blue) = 185+23+198=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #B917C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917C6 is #46E839. Grayscale: #5A5A5A. Windows color (decimal): -4646970 or 12982201. OLE color: 12982201.

HSL color Cylindrical-coordinate representation of color #B917C6: hue angle of 295.54º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B917C6 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 23 198 -
CMYK 0.07 0.88 0 0.22
HSL 295.54º 0.79% 0.43% -
HSV(B) 295.54º 0.88% 0.78% -
XYZ 30.51 15 54.71 -
YUV 91.39 188.17 194.77 -
System Red Green Blue C M Y K H S L
Decimal 185 23 198 0.07 0.88 0 0.22 295.54 0.79 0.43
Hex B9 17 C6 7 58 0 16 128 4F 2B
Octal 271 27 306 7 130 0 26 450 117 53
Binary 10111001 10111 11000110 111 1011000 0 10110 100101000 1001111 101011

Color Harmonies of #B917C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917C6

Black with #B917C6

Text Example


Text Example

White with #B917C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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