Html Css Color HEX #BF4B8F Mulberry

📋 copy color: '#BF4B8F'

red 191 ◦ green 75 ◦ blue 143

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

Shades of Mulberry #BF4B8F

Tints of Mulberry #BF4B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 46.7%
G = 18.34%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF4B8F (or 0xBF4B8F) is known color: Mulberry. HEX triplet: BF, 4B and 8F. RGB value is (191,75,143). Sum of RGB (Red+Green+Blue) = 191+75+143=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4B8F is #40B470. Grayscale: #757575. Windows color (decimal): -4240497 or 9391039. OLE color: 9391039.

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

Color convert

RGB 191 75 143 -
CMYK 0 0.61 0.25 0.25
HSL 324.83º 0.48% 0.52% -
HSV(B) 324.83º 0.61% 0.75% -
XYZ 28.96 18.09 27.95 -
YUV 117.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 191 75 143 0 0.61 0.25 0.25 324.83 0.48 0.52
Hex BF 4B 8F 0 3D 19 19 145 30 34
Octal 277 113 217 0 75 31 31 505 60 64
Binary 10111111 1001011 10001111 0 111101 11001 11001 101000101 110000 110100

Color Harmonies of #BF4B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B8F

Black with #BF4B8F

Text Example


Text Example

White with #BF4B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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