Html Css Color HEX #BF508E Mulberry

📋 copy color: '#BF508E'

red 191 ◦ green 80 ◦ blue 142

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

Shades of Mulberry #BF508E

Tints of Mulberry #BF508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 46.25%
G = 19.37%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF508E (or 0xBF508E) is known color: Mulberry. HEX triplet: BF, 50 and 8E. RGB value is (191,80,142). Sum of RGB (Red+Green+Blue) = 191+80+142=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF508E is #40AF71. Grayscale: #787878. Windows color (decimal): -4239218 or 9326783. OLE color: 9326783.

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

Color convert

RGB 191 80 142 -
CMYK 0 0.58 0.26 0.25
HSL 326.49º 0.46% 0.53% -
HSV(B) 326.49º 0.58% 0.75% -
XYZ 29.24 18.77 27.67 -
YUV 120.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 191 80 142 0 0.58 0.26 0.25 326.49 0.46 0.53
Hex BF 50 8E 0 3A 1A 19 146 2E 35
Octal 277 120 216 0 72 32 31 506 56 65
Binary 10111111 1010000 10001110 0 111010 11010 11001 101000110 101110 110101

Color Harmonies of #BF508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF508E

Black with #BF508E

Text Example


Text Example

White with #BF508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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