Html Css Color HEX #BF4A8B Mulberry

📋 copy color: '#BF4A8B'

red 191 ◦ green 74 ◦ blue 139

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

Shades of Mulberry #BF4A8B

Tints of Mulberry #BF4A8B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.32%

 BLUE value IS 139 (54.69% from 255) = 34.41%

R = 47.28%
G = 18.32%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF4A8B (or 0xBF4A8B) is known color: Mulberry. HEX triplet: BF, 4A and 8B. RGB value is (191,74,139). Sum of RGB (Red+Green+Blue) = 191+74+139=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4A8B is #40B574. Grayscale: #747474. Windows color (decimal): -4240757 or 9128639. OLE color: 9128639.

HSL color Cylindrical-coordinate representation of color #BF4A8B: hue angle of 326.67º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4A8B is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 74 139 -
CMYK 0 0.61 0.27 0.25
HSL 326.67º 0.48% 0.52% -
HSV(B) 326.67º 0.61% 0.75% -
XYZ 28.59 17.84 26.36 -
YUV 116.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 191 74 139 0 0.61 0.27 0.25 326.67 0.48 0.52
Hex BF 4A 8B 0 3D 1B 19 147 30 34
Octal 277 112 213 0 75 33 31 507 60 64
Binary 10111111 1001010 10001011 0 111101 11011 11001 101000111 110000 110100

Color Harmonies of #BF4A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A8B

Black with #BF4A8B

Text Example


Text Example

White with #BF4A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A8B; }

 p { color: rgb(191,74,139); }

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

background-color css

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

 a { background-color: rgb(191,74,139); }

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

border-color css

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

 span { border-color: rgb(191,74,139); }

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