Html Css Color HEX #B114CF Deep Magenta

📋 copy color: '#B114CF'

red 177 ◦ green 20 ◦ blue 207

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

Shades of Deep Magenta #B114CF

Tints of Deep Magenta #B114CF

RGB

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

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

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

R = 43.81%
G = 4.95%
B = 51.24%

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

#B114CF (or 0xB114CF) is known color: Deep Magenta. HEX triplet: B1, 14 and CF. RGB value is (177,20,207). Sum of RGB (Red+Green+Blue) = 177+20+207=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #B114CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B114CF is #4EEB30. Grayscale: #575757. Windows color (decimal): -5172017 or 13571249. OLE color: 13571249.

HSL color Cylindrical-coordinate representation of color #B114CF: hue angle of 290.37º 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 #B114CF is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 20 207 -
CMYK 0.14 0.90 0 0.19
HSL 290.37º 0.82% 0.45% -
HSV(B) 290.37º 0.9% 0.81% -
XYZ 29.64 14.35 60.24 -
YUV 88.26 195.01 191.29 -
System Red Green Blue C M Y K H S L
Decimal 177 20 207 0.14 0.90 0 0.19 290.37 0.82 0.45
Hex B1 14 CF E 5A 0 13 122 52 2D
Octal 261 24 317 16 132 0 23 442 122 55
Binary 10110001 10100 11001111 1110 1011010 0 10011 100100010 1010010 101101

Color Harmonies of #B114CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B114CF

Black with #B114CF

Text Example


Text Example

White with #B114CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B114CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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