Html Css Color HEX #BF4197 Mulberry

📋 copy color: '#BF4197'

red 191 ◦ green 65 ◦ blue 151

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

Shades of Mulberry #BF4197

Tints of Mulberry #BF4197

RGB

 RED value IS 191 (75% from 255) = 46.93%

 GREEN value IS 65 (25.78% from 255) = 15.97%

 BLUE value IS 151 (59.38% from 255) = 37.1%

R = 46.93%
G = 15.97%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF4197 (or 0xBF4197) is known color: Mulberry. HEX triplet: BF, 41 and 97. RGB value is (191,65,151). Sum of RGB (Red+Green+Blue) = 191+65+151=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4197 is #40BE68. Grayscale: #707070. Windows color (decimal): -4243049 or 9912767. OLE color: 9912767.

HSL color Cylindrical-coordinate representation of color #BF4197: hue angle of 319.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4197 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 65 151 -
CMYK 0 0.66 0.21 0.25
HSL 319.05º 0.5% 0.5% -
HSV(B) 319.05º 0.66% 0.75% -
XYZ 28.96 17.09 31.05 -
YUV 112.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 191 65 151 0 0.66 0.21 0.25 319.05 0.5 0.5
Hex BF 41 97 0 42 15 19 13F 32 32
Octal 277 101 227 0 102 25 31 477 62 62
Binary 10111111 1000001 10010111 0 1000010 10101 11001 100111111 110010 110010

Color Harmonies of #BF4197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4197

Black with #BF4197

Text Example


Text Example

White with #BF4197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4197; }

 p { color: rgb(191,65,151); }

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

background-color css

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

 a { background-color: rgb(191,65,151); }

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

border-color css

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

 span { border-color: rgb(191,65,151); }

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