Html Css Color HEX #BF4B9A Mulberry

📋 copy color: '#BF4B9A'

red 191 ◦ green 75 ◦ blue 154

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

Shades of Mulberry #BF4B9A

Tints of Mulberry #BF4B9A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.86%

 BLUE value IS 154 (60.55% from 255) = 36.67%

R = 45.48%
G = 17.86%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF4B9A (or 0xBF4B9A) is known color: Mulberry. HEX triplet: BF, 4B and 9A. RGB value is (191,75,154). Sum of RGB (Red+Green+Blue) = 191+75+154=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4B9A is #40B465. Grayscale: #767676. Windows color (decimal): -4240486 or 10111935. OLE color: 10111935.

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

Color convert

RGB 191 75 154 -
CMYK 0 0.61 0.19 0.25
HSL 319.14º 0.48% 0.52% -
HSV(B) 319.14º 0.61% 0.75% -
XYZ 29.83 18.44 32.56 -
YUV 118.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 191 75 154 0 0.61 0.19 0.25 319.14 0.48 0.52
Hex BF 4B 9A 0 3D 13 19 13F 30 34
Octal 277 113 232 0 75 23 31 477 60 64
Binary 10111111 1001011 10011010 0 111101 10011 11001 100111111 110000 110100

Color Harmonies of #BF4B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B9A

Black with #BF4B9A

Text Example


Text Example

White with #BF4B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B9A; }

 p { color: rgb(191,75,154); }

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

background-color css

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

 a { background-color: rgb(191,75,154); }

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

border-color css

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

 span { border-color: rgb(191,75,154); }

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