Html Css Color HEX #BF4AA5 Mulberry

📋 copy color: '#BF4AA5'

red 191 ◦ green 74 ◦ blue 165

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

Shades of Mulberry #BF4AA5

Tints of Mulberry #BF4AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.37%

R = 44.42%
G = 17.21%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF4AA5 (or 0xBF4AA5) is known color: Mulberry. HEX triplet: BF, 4A and A5. RGB value is (191,74,165). Sum of RGB (Red+Green+Blue) = 191+74+165=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4AA5 is #40B55A. Grayscale: #777777. Windows color (decimal): -4240731 or 10832575. OLE color: 10832575.

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

Color convert

RGB 191 74 165 -
CMYK 0 0.61 0.14 0.25
HSL 313.33º 0.48% 0.52% -
HSV(B) 313.33º 0.61% 0.75% -
XYZ 30.73 18.69 37.59 -
YUV 119.36 153.76 179.1 -
System Red Green Blue C M Y K H S L
Decimal 191 74 165 0 0.61 0.14 0.25 313.33 0.48 0.52
Hex BF 4A A5 0 3D E 19 139 30 34
Octal 277 112 245 0 75 16 31 471 60 64
Binary 10111111 1001010 10100101 0 111101 1110 11001 100111001 110000 110100

Color Harmonies of #BF4AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AA5

Black with #BF4AA5

Text Example


Text Example

White with #BF4AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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