Html Css Color HEX #BF4381 Mulberry

📋 copy color: '#BF4381'

red 191 ◦ green 67 ◦ blue 129

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

Shades of Mulberry #BF4381

Tints of Mulberry #BF4381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 49.35%
G = 17.31%
B = 33.33%

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

#BF4381 (or 0xBF4381) is known color: Mulberry. HEX triplet: BF, 43 and 81. RGB value is (191,67,129). Sum of RGB (Red+Green+Blue) = 191+67+129=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4381 is #40BC7E. Grayscale: #6F6F6F. Windows color (decimal): -4242559 or 8471487. OLE color: 8471487.

HSL color Cylindrical-coordinate representation of color #BF4381: 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.65%. Process color model (Four color, CMYK) of #BF4381 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 129 -
CMYK 0 0.65 0.32 0.25
HSL 330º 0.49% 0.51% -
HSV(B) 330º 0.65% 0.75% -
XYZ 27.46 16.68 22.54 -
YUV 111.14 138.08 184.96 -
System Red Green Blue C M Y K H S L
Decimal 191 67 129 0 0.65 0.32 0.25 330 0.49 0.51
Hex BF 43 81 0 41 20 19 14A 31 33
Octal 277 103 201 0 101 40 31 512 61 63
Binary 10111111 1000011 10000001 0 1000001 100000 11001 101001010 110001 110011

Color Harmonies of #BF4381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4381

Black with #BF4381

Text Example


Text Example

White with #BF4381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4381; }

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

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

background-color css

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

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

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

border-color css

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

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

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