Html Css Color HEX #BF4382 Mulberry

📋 copy color: '#BF4382'

red 191 ◦ green 67 ◦ blue 130

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

Shades of Mulberry #BF4382

Tints of Mulberry #BF4382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.27%

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

R = 49.23%
G = 17.27%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF4382 (or 0xBF4382) is known color: Mulberry. HEX triplet: BF, 43 and 82. RGB value is (191,67,130). Sum of RGB (Red+Green+Blue) = 191+67+130=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4382 is #40BC7D. Grayscale: #6F6F6F. Windows color (decimal): -4242558 or 8537023. OLE color: 8537023.

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

Color convert

RGB 191 67 130 -
CMYK 0 0.65 0.32 0.25
HSL 329.52º 0.49% 0.51% -
HSV(B) 329.52º 0.65% 0.75% -
XYZ 27.52 16.7 22.89 -
YUV 111.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 191 67 130 0 0.65 0.32 0.25 329.52 0.49 0.51
Hex BF 43 82 0 41 20 19 14A 31 33
Octal 277 103 202 0 101 40 31 512 61 63
Binary 10111111 1000011 10000010 0 1000001 100000 11001 101001010 110001 110011

Color Harmonies of #BF4382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4382

Black with #BF4382

Text Example


Text Example

White with #BF4382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4382; }

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

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

background-color css

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

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

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

border-color css

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

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

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