Html Css Color HEX #B91CC7 Deep Magenta

📋 copy color: '#B91CC7'

red 185 ◦ green 28 ◦ blue 199

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

Shades of Deep Magenta #B91CC7

Tints of Deep Magenta #B91CC7

RGB

 RED value IS 185 (72.66% from 255) = 44.9%

 GREEN value IS 28 (11.33% from 255) = 6.8%

 BLUE value IS 199 (78.13% from 255) = 48.3%

R = 44.9%
G = 6.8%
B = 48.3%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B91CC7 (or 0xB91CC7) is known color: Deep Magenta. HEX triplet: B9, 1C and C7. RGB value is (185,28,199). Sum of RGB (Red+Green+Blue) = 185+28+199=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 199 (78.12% from 255 or 48.30% from 412); Max value from RGB is 199 - color contains mainly: blue. Hex color #B91CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91CC7 is #46E338. Grayscale: #5D5D5D. Windows color (decimal): -4645689 or 13049017. OLE color: 13049017.

HSL color Cylindrical-coordinate representation of color #B91CC7: hue angle of 295.09º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91CC7 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 28 199 -
CMYK 0.07 0.86 0 0.22
HSL 295.09º 0.75% 0.45% -
HSV(B) 295.09º 0.86% 0.78% -
XYZ 30.73 15.27 55.36 -
YUV 94.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 185 28 199 0.07 0.86 0 0.22 295.09 0.75 0.45
Hex B9 1C C7 7 56 0 16 127 4B 2D
Octal 271 34 307 7 126 0 26 447 113 55
Binary 10111001 11100 11000111 111 1010110 0 10110 100100111 1001011 101101

Color Harmonies of #B91CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91CC7

Black with #B91CC7

Text Example


Text Example

White with #B91CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91CC7; }

 p { color: rgb(185,28,199); }

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

background-color css

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

 a { background-color: rgb(185,28,199); }

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

border-color css

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

 span { border-color: rgb(185,28,199); }

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