Html Css Color HEX #BF4B7F Mulberry

📋 copy color: '#BF4B7F'

red 191 ◦ green 75 ◦ blue 127

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

Shades of Mulberry #BF4B7F

Tints of Mulberry #BF4B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.32%

R = 48.6%
G = 19.08%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF4B7F (or 0xBF4B7F) is known color: Mulberry. HEX triplet: BF, 4B and 7F. RGB value is (191,75,127). Sum of RGB (Red+Green+Blue) = 191+75+127=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4B7F is #40B480. Grayscale: #737373. Windows color (decimal): -4240513 or 8342463. OLE color: 8342463.

HSL color Cylindrical-coordinate representation of color #BF4B7F: hue angle of 333.1º 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 #BF4B7F is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 75 127 -
CMYK 0 0.61 0.34 0.25
HSL 333.1º 0.48% 0.52% -
HSV(B) 333.1º 0.61% 0.75% -
XYZ 27.83 17.64 22.02 -
YUV 115.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 191 75 127 0 0.61 0.34 0.25 333.1 0.48 0.52
Hex BF 4B 7F 0 3D 22 19 14D 30 34
Octal 277 113 177 0 75 42 31 515 60 64
Binary 10111111 1001011 1111111 0 111101 100010 11001 101001101 110000 110100

Color Harmonies of #BF4B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B7F

Black with #BF4B7F

Text Example


Text Example

White with #BF4B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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