Html Css Color HEX #BF4981 Mulberry

📋 copy color: '#BF4981'

red 191 ◦ green 73 ◦ blue 129

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

Shades of Mulberry #BF4981

Tints of Mulberry #BF4981

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.58%

 BLUE value IS 129 (50.78% from 255) = 32.82%

R = 48.6%
G = 18.58%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF4981 (or 0xBF4981) is known color: Mulberry. HEX triplet: BF, 49 and 81. RGB value is (191,73,129). Sum of RGB (Red+Green+Blue) = 191+73+129=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4981 is #40B67E. Grayscale: #727272. Windows color (decimal): -4241023 or 8473023. OLE color: 8473023.

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

Color convert

RGB 191 73 129 -
CMYK 0 0.62 0.32 0.25
HSL 331.53º 0.48% 0.52% -
HSV(B) 331.53º 0.62% 0.75% -
XYZ 27.83 17.43 22.67 -
YUV 114.67 136.09 182.45 -
System Red Green Blue C M Y K H S L
Decimal 191 73 129 0 0.62 0.32 0.25 331.53 0.48 0.52
Hex BF 49 81 0 3E 20 19 14C 30 34
Octal 277 111 201 0 76 40 31 514 60 64
Binary 10111111 1001001 10000001 0 111110 100000 11001 101001100 110000 110100

Color Harmonies of #BF4981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4981

Black with #BF4981

Text Example


Text Example

White with #BF4981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4981; }

 p { color: rgb(191,73,129); }

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

background-color css

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

 a { background-color: rgb(191,73,129); }

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

border-color css

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

 span { border-color: rgb(191,73,129); }

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