Html Css Color HEX #BF508A Mulberry

📋 copy color: '#BF508A'

red 191 ◦ green 80 ◦ blue 138

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

Shades of Mulberry #BF508A

Tints of Mulberry #BF508A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.56%

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 46.7%
G = 19.56%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF508A (or 0xBF508A) is known color: Mulberry. HEX triplet: BF, 50 and 8A. RGB value is (191,80,138). Sum of RGB (Red+Green+Blue) = 191+80+138=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF508A is #40AF75. Grayscale: #777777. Windows color (decimal): -4239222 or 9064639. OLE color: 9064639.

HSL color Cylindrical-coordinate representation of color #BF508A: hue angle of 328.65º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF508A is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 80 138 -
CMYK 0 0.58 0.28 0.25
HSL 328.65º 0.46% 0.53% -
HSV(B) 328.65º 0.58% 0.75% -
XYZ 28.94 18.65 26.12 -
YUV 119.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 191 80 138 0 0.58 0.28 0.25 328.65 0.46 0.53
Hex BF 50 8A 0 3A 1C 19 149 2E 35
Octal 277 120 212 0 72 34 31 511 56 65
Binary 10111111 1010000 10001010 0 111010 11100 11001 101001001 101110 110101

Color Harmonies of #BF508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF508A

Black with #BF508A

Text Example


Text Example

White with #BF508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF508A; }

 p { color: rgb(191,80,138); }

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

background-color css

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

 a { background-color: rgb(191,80,138); }

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

border-color css

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

 span { border-color: rgb(191,80,138); }

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