Html Css Color HEX #BF4DA2 Mulberry

📋 copy color: '#BF4DA2'

red 191 ◦ green 77 ◦ blue 162

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

Shades of Mulberry #BF4DA2

Tints of Mulberry #BF4DA2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

 BLUE value IS 162 (63.67% from 255) = 37.67%

R = 44.42%
G = 17.91%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BF4DA2 (or 0xBF4DA2) is known color: Mulberry. HEX triplet: BF, 4D and A2. RGB value is (191,77,162). Sum of RGB (Red+Green+Blue) = 191+77+162=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4DA2 is #40B25D. Grayscale: #787878. Windows color (decimal): -4239966 or 10636735. OLE color: 10636735.

HSL color Cylindrical-coordinate representation of color #BF4DA2: hue angle of 315.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4DA2 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 77 162 -
CMYK 0 0.60 0.15 0.25
HSL 315.26º 0.47% 0.53% -
HSV(B) 315.26º 0.6% 0.75% -
XYZ 30.66 18.99 36.23 -
YUV 120.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 191 77 162 0 0.60 0.15 0.25 315.26 0.47 0.53
Hex BF 4D A2 0 3C F 19 13B 2F 35
Octal 277 115 242 0 74 17 31 473 57 65
Binary 10111111 1001101 10100010 0 111100 1111 11001 100111011 101111 110101

Color Harmonies of #BF4DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4DA2

Black with #BF4DA2

Text Example


Text Example

White with #BF4DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4DA2; }

 p { color: rgb(191,77,162); }

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

background-color css

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

 a { background-color: rgb(191,77,162); }

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

border-color css

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

 span { border-color: rgb(191,77,162); }

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