Html Css Color HEX #BF4B95 Mulberry

📋 copy color: '#BF4B95'

red 191 ◦ green 75 ◦ blue 149

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

Shades of Mulberry #BF4B95

Tints of Mulberry #BF4B95

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.07%

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 46.02%
G = 18.07%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BF4B95 (or 0xBF4B95) is known color: Mulberry. HEX triplet: BF, 4B and 95. RGB value is (191,75,149). Sum of RGB (Red+Green+Blue) = 191+75+149=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4B95 is #40B46A. Grayscale: #757575. Windows color (decimal): -4240491 or 9784255. OLE color: 9784255.

HSL color Cylindrical-coordinate representation of color #BF4B95: hue angle of 321.72º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4B95 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 75 149 -
CMYK 0 0.61 0.22 0.25
HSL 321.72º 0.48% 0.52% -
HSV(B) 321.72º 0.61% 0.75% -
XYZ 29.43 18.28 30.41 -
YUV 118.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 191 75 149 0 0.61 0.22 0.25 321.72 0.48 0.52
Hex BF 4B 95 0 3D 16 19 142 30 34
Octal 277 113 225 0 75 26 31 502 60 64
Binary 10111111 1001011 10010101 0 111101 10110 11001 101000010 110000 110100

Color Harmonies of #BF4B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B95

Black with #BF4B95

Text Example


Text Example

White with #BF4B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B95; }

 p { color: rgb(191,75,149); }

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

background-color css

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

 a { background-color: rgb(191,75,149); }

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

border-color css

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

 span { border-color: rgb(191,75,149); }

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