Html Css Color HEX #BF58A4 Mulberry

📋 copy color: '#BF58A4'

red 191 ◦ green 88 ◦ blue 164

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

Shades of Mulberry #BF58A4

Tints of Mulberry #BF58A4

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.86%

 BLUE value IS 164 (64.45% from 255) = 37.02%

R = 43.12%
G = 19.86%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF58A4 (or 0xBF58A4) is known color: Mulberry. HEX triplet: BF, 58 and A4. RGB value is (191,88,164). Sum of RGB (Red+Green+Blue) = 191+88+164=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF58A4 is #40A75B. Grayscale: #7F7F7F. Windows color (decimal): -4237148 or 10770623. OLE color: 10770623.

HSL color Cylindrical-coordinate representation of color #BF58A4: hue angle of 315.73º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF58A4 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 88 164 -
CMYK 0 0.54 0.14 0.25
HSL 315.73º 0.45% 0.55% -
HSV(B) 315.73º 0.54% 0.75% -
XYZ 31.68 20.74 37.45 -
YUV 127.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 191 88 164 0 0.54 0.14 0.25 315.73 0.45 0.55
Hex BF 58 A4 0 36 E 19 13C 2D 37
Octal 277 130 244 0 66 16 31 474 55 67
Binary 10111111 1011000 10100100 0 110110 1110 11001 100111100 101101 110111

Color Harmonies of #BF58A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF58A4

Black with #BF58A4

Text Example


Text Example

White with #BF58A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF58A4; }

 p { color: rgb(191,88,164); }

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

background-color css

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

 a { background-color: rgb(191,88,164); }

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

border-color css

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

 span { border-color: rgb(191,88,164); }

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