Html Css Color HEX #BF4B8C Mulberry

📋 copy color: '#BF4B8C'

red 191 ◦ green 75 ◦ blue 140

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

Shades of Mulberry #BF4B8C

Tints of Mulberry #BF4B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 47.04%
G = 18.47%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF4B8C (or 0xBF4B8C) is known color: Mulberry. HEX triplet: BF, 4B and 8C. RGB value is (191,75,140). Sum of RGB (Red+Green+Blue) = 191+75+140=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4B8C is #40B473. Grayscale: #747474. Windows color (decimal): -4240500 or 9194431. OLE color: 9194431.

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

Color convert

RGB 191 75 140 -
CMYK 0 0.61 0.27 0.25
HSL 326.38º 0.48% 0.52% -
HSV(B) 326.38º 0.61% 0.75% -
XYZ 28.74 18 26.77 -
YUV 117.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 191 75 140 0 0.61 0.27 0.25 326.38 0.48 0.52
Hex BF 4B 8C 0 3D 1B 19 146 30 34
Octal 277 113 214 0 75 33 31 506 60 64
Binary 10111111 1001011 10001100 0 111101 11011 11001 101000110 110000 110100

Color Harmonies of #BF4B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B8C

Black with #BF4B8C

Text Example


Text Example

White with #BF4B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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