Html Css Color HEX #BF4882 Mulberry

📋 copy color: '#BF4882'

red 191 ◦ green 72 ◦ blue 130

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

Shades of Mulberry #BF4882

Tints of Mulberry #BF4882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 48.6%
G = 18.32%
B = 33.08%

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

#BF4882 (or 0xBF4882) is known color: Mulberry. HEX triplet: BF, 48 and 82. RGB value is (191,72,130). Sum of RGB (Red+Green+Blue) = 191+72+130=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4882 is #40B77D. Grayscale: #727272. Windows color (decimal): -4241278 or 8538303. OLE color: 8538303.

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

Color convert

RGB 191 72 130 -
CMYK 0 0.62 0.32 0.25
HSL 330.76º 0.48% 0.52% -
HSV(B) 330.76º 0.62% 0.75% -
XYZ 27.83 17.32 23 -
YUV 114.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 191 72 130 0 0.62 0.32 0.25 330.76 0.48 0.52
Hex BF 48 82 0 3E 20 19 14B 30 34
Octal 277 110 202 0 76 40 31 513 60 64
Binary 10111111 1001000 10000010 0 111110 100000 11001 101001011 110000 110100

Color Harmonies of #BF4882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4882

Black with #BF4882

Text Example


Text Example

White with #BF4882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4882; }

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

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

background-color css

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

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

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

border-color css

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

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

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