Html Css Color HEX #BF4582 Mulberry

📋 copy color: '#BF4582'

red 191 ◦ green 69 ◦ blue 130

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

Shades of Mulberry #BF4582

Tints of Mulberry #BF4582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.69%

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

R = 48.97%
G = 17.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF4582 (or 0xBF4582) is known color: Mulberry. HEX triplet: BF, 45 and 82. RGB value is (191,69,130). Sum of RGB (Red+Green+Blue) = 191+69+130=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4582 is #40BA7D. Grayscale: #707070. Windows color (decimal): -4242046 or 8537535. OLE color: 8537535.

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

Color convert

RGB 191 69 130 -
CMYK 0 0.64 0.32 0.25
HSL 330º 0.49% 0.51% -
HSV(B) 330º 0.64% 0.75% -
XYZ 27.64 16.94 22.93 -
YUV 112.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 191 69 130 0 0.64 0.32 0.25 330 0.49 0.51
Hex BF 45 82 0 40 20 19 14A 31 33
Octal 277 105 202 0 100 40 31 512 61 63
Binary 10111111 1000101 10000010 0 1000000 100000 11001 101001010 110001 110011

Color Harmonies of #BF4582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4582

Black with #BF4582

Text Example


Text Example

White with #BF4582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4582; }

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

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

background-color css

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

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

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

border-color css

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

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

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