Html Css Color HEX #BF4682 Mulberry

📋 copy color: '#BF4682'

red 191 ◦ green 70 ◦ blue 130

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

Shades of Mulberry #BF4682

Tints of Mulberry #BF4682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.9%

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

R = 48.85%
G = 17.9%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF4682 (or 0xBF4682) is known color: Mulberry. HEX triplet: BF, 46 and 82. RGB value is (191,70,130). Sum of RGB (Red+Green+Blue) = 191+70+130=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4682 is #40B97D. Grayscale: #707070. Windows color (decimal): -4241790 or 8537791. OLE color: 8537791.

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

Color convert

RGB 191 70 130 -
CMYK 0 0.63 0.32 0.25
HSL 330.25º 0.49% 0.51% -
HSV(B) 330.25º 0.63% 0.75% -
XYZ 27.71 17.07 22.95 -
YUV 113.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 191 70 130 0 0.63 0.32 0.25 330.25 0.49 0.51
Hex BF 46 82 0 3F 20 19 14A 31 33
Octal 277 106 202 0 77 40 31 512 61 63
Binary 10111111 1000110 10000010 0 111111 100000 11001 101001010 110001 110011

Color Harmonies of #BF4682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4682

Black with #BF4682

Text Example


Text Example

White with #BF4682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4682; }

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

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

background-color css

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

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

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

border-color css

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

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

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