Html Css Color HEX #B117D0 Deep Magenta

📋 copy color: '#B117D0'

red 177 ◦ green 23 ◦ blue 208

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

Shades of Deep Magenta #B117D0

Tints of Deep Magenta #B117D0

RGB

 RED value IS 177 (69.53% from 255) = 43.38%

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

 BLUE value IS 208 (81.64% from 255) = 50.98%

R = 43.38%
G = 5.64%
B = 50.98%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B117D0 (or 0xB117D0) is known color: Deep Magenta. HEX triplet: B1, 17 and D0. RGB value is (177,23,208). Sum of RGB (Red+Green+Blue) = 177+23+208=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 208 (81.64% from 255 or 50.98% from 408); Max value from RGB is 208 - color contains mainly: blue. Hex color #B117D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117D0 is #4EE82F. Grayscale: #595959. Windows color (decimal): -5171248 or 13637553. OLE color: 13637553.

HSL color Cylindrical-coordinate representation of color #B117D0: hue angle of 289.95º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B117D0 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 23 208 -
CMYK 0.15 0.89 0 0.18
HSL 289.95º 0.8% 0.45% -
HSV(B) 289.95º 0.89% 0.82% -
XYZ 29.82 14.51 60.9 -
YUV 90.14 194.52 189.96 -
System Red Green Blue C M Y K H S L
Decimal 177 23 208 0.15 0.89 0 0.18 289.95 0.8 0.45
Hex B1 17 D0 F 59 0 12 122 50 2D
Octal 261 27 320 17 131 0 22 442 120 55
Binary 10110001 10111 11010000 1111 1011001 0 10010 100100010 1010000 101101

Color Harmonies of #B117D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117D0

Black with #B117D0

Text Example


Text Example

White with #B117D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117D0; }

 p { color: rgb(177,23,208); }

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

background-color css

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

 a { background-color: rgb(177,23,208); }

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

border-color css

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

 span { border-color: rgb(177,23,208); }

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