Html Css Color HEX #B114D0 Deep Magenta

📋 copy color: '#B114D0'

red 177 ◦ green 20 ◦ blue 208

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

Shades of Deep Magenta #B114D0

Tints of Deep Magenta #B114D0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.94%

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

R = 43.7%
G = 4.94%
B = 51.36%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B114D0 (or 0xB114D0) is known color: Deep Magenta. HEX triplet: B1, 14 and D0. RGB value is (177,20,208). Sum of RGB (Red+Green+Blue) = 177+20+208=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #B114D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B114D0 is #4EEB2F. Grayscale: #575757. Windows color (decimal): -5172016 or 13636785. OLE color: 13636785.

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

Color convert

RGB 177 20 208 -
CMYK 0.15 0.90 0 0.18
HSL 290.11º 0.82% 0.45% -
HSV(B) 290.11º 0.9% 0.82% -
XYZ 29.77 14.4 60.89 -
YUV 88.38 195.51 191.21 -
System Red Green Blue C M Y K H S L
Decimal 177 20 208 0.15 0.90 0 0.18 290.11 0.82 0.45
Hex B1 14 D0 F 5A 0 12 122 52 2D
Octal 261 24 320 17 132 0 22 442 122 55
Binary 10110001 10100 11010000 1111 1011010 0 10010 100100010 1010010 101101

Color Harmonies of #B114D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B114D0

Black with #B114D0

Text Example


Text Example

White with #B114D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B114D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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