Html Css Color HEX #BF4883 Mulberry

📋 copy color: '#BF4883'

red 191 ◦ green 72 ◦ blue 131

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

Shades of Mulberry #BF4883

Tints of Mulberry #BF4883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.27%

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 48.48%
G = 18.27%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF4883 (or 0xBF4883) is known color: Mulberry. HEX triplet: BF, 48 and 83. RGB value is (191,72,131). Sum of RGB (Red+Green+Blue) = 191+72+131=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4883 is #40B77C. Grayscale: #727272. Windows color (decimal): -4241277 or 8603839. OLE color: 8603839.

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

Color convert

RGB 191 72 131 -
CMYK 0 0.62 0.31 0.25
HSL 330.25º 0.48% 0.52% -
HSV(B) 330.25º 0.62% 0.75% -
XYZ 27.9 17.35 23.35 -
YUV 114.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 191 72 131 0 0.62 0.31 0.25 330.25 0.48 0.52
Hex BF 48 83 0 3E 1F 19 14A 30 34
Octal 277 110 203 0 76 37 31 512 60 64
Binary 10111111 1001000 10000011 0 111110 11111 11001 101001010 110000 110100

Color Harmonies of #BF4883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4883

Black with #BF4883

Text Example


Text Example

White with #BF4883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4883; }

 p { color: rgb(191,72,131); }

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

background-color css

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

 a { background-color: rgb(191,72,131); }

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

border-color css

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

 span { border-color: rgb(191,72,131); }

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