Html Css Color HEX #B115CF Deep Magenta

📋 copy color: '#B115CF'

red 177 ◦ green 21 ◦ blue 207

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

Shades of Deep Magenta #B115CF

Tints of Deep Magenta #B115CF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.19%

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

R = 43.7%
G = 5.19%
B = 51.11%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B115CF (or 0xB115CF) is known color: Deep Magenta. HEX triplet: B1, 15 and CF. RGB value is (177,21,207). Sum of RGB (Red+Green+Blue) = 177+21+207=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #B115CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115CF is #4EEA30. Grayscale: #585858. Windows color (decimal): -5171761 or 13571505. OLE color: 13571505.

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

Color convert

RGB 177 21 207 -
CMYK 0.14 0.90 0 0.19
HSL 290.32º 0.82% 0.45% -
HSV(B) 290.32º 0.9% 0.81% -
XYZ 29.66 14.39 60.25 -
YUV 88.85 194.68 190.88 -
System Red Green Blue C M Y K H S L
Decimal 177 21 207 0.14 0.90 0 0.19 290.32 0.82 0.45
Hex B1 15 CF E 5A 0 13 122 52 2D
Octal 261 25 317 16 132 0 23 442 122 55
Binary 10110001 10101 11001111 1110 1011010 0 10011 100100010 1010010 101101

Color Harmonies of #B115CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115CF

Black with #B115CF

Text Example


Text Example

White with #B115CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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