Html Css Color HEX #BF4483 Mulberry

📋 copy color: '#BF4483'

red 191 ◦ green 68 ◦ blue 131

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

Shades of Mulberry #BF4483

Tints of Mulberry #BF4483

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.44%

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

R = 48.97%
G = 17.44%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF4483 (or 0xBF4483) is known color: Mulberry. HEX triplet: BF, 44 and 83. RGB value is (191,68,131). Sum of RGB (Red+Green+Blue) = 191+68+131=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4483 is #40BB7C. Grayscale: #6F6F6F. Windows color (decimal): -4242301 or 8602815. OLE color: 8602815.

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

Color convert

RGB 191 68 131 -
CMYK 0 0.64 0.31 0.25
HSL 329.27º 0.49% 0.51% -
HSV(B) 329.27º 0.64% 0.75% -
XYZ 27.65 16.85 23.27 -
YUV 111.96 138.75 184.38 -
System Red Green Blue C M Y K H S L
Decimal 191 68 131 0 0.64 0.31 0.25 329.27 0.49 0.51
Hex BF 44 83 0 40 1F 19 149 31 33
Octal 277 104 203 0 100 37 31 511 61 63
Binary 10111111 1000100 10000011 0 1000000 11111 11001 101001001 110001 110011

Color Harmonies of #BF4483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4483

Black with #BF4483

Text Example


Text Example

White with #BF4483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4483; }

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

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

background-color css

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

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

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

border-color css

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

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

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