Html Css Color HEX #B113CF Deep Magenta

📋 copy color: '#B113CF'

red 177 ◦ green 19 ◦ blue 207

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

Shades of Deep Magenta #B113CF

Tints of Deep Magenta #B113CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.71%

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 43.92%
G = 4.71%
B = 51.36%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B113CF (or 0xB113CF) is known color: Deep Magenta. HEX triplet: B1, 13 and CF. RGB value is (177,19,207). Sum of RGB (Red+Green+Blue) = 177+19+207=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #B113CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113CF is #4EEC30. Grayscale: #575757. Windows color (decimal): -5172273 or 13570993. OLE color: 13570993.

HSL color Cylindrical-coordinate representation of color #B113CF: hue angle of 290.43º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B113CF is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 19 207 -
CMYK 0.14 0.91 0 0.19
HSL 290.43º 0.83% 0.44% -
HSV(B) 290.43º 0.91% 0.81% -
XYZ 29.63 14.32 60.23 -
YUV 87.67 195.35 191.71 -
System Red Green Blue C M Y K H S L
Decimal 177 19 207 0.14 0.91 0 0.19 290.43 0.83 0.44
Hex B1 13 CF E 5B 0 13 122 53 2C
Octal 261 23 317 16 133 0 23 442 123 54
Binary 10110001 10011 11001111 1110 1011011 0 10011 100100010 1010011 101100

Color Harmonies of #B113CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B113CF

Black with #B113CF

Text Example


Text Example

White with #B113CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B113CF; }

 p { color: rgb(177,19,207); }

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

background-color css

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

 a { background-color: rgb(177,19,207); }

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

border-color css

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

 span { border-color: rgb(177,19,207); }

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