Html Css Color HEX #BF508F Mulberry

📋 copy color: '#BF508F'

red 191 ◦ green 80 ◦ blue 143

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

Shades of Mulberry #BF508F

Tints of Mulberry #BF508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 46.14%
G = 19.32%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF508F (or 0xBF508F) is known color: Mulberry. HEX triplet: BF, 50 and 8F. RGB value is (191,80,143). Sum of RGB (Red+Green+Blue) = 191+80+143=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF508F is #40AF70. Grayscale: #787878. Windows color (decimal): -4239217 or 9392319. OLE color: 9392319.

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

Color convert

RGB 191 80 143 -
CMYK 0 0.58 0.25 0.25
HSL 325.95º 0.46% 0.53% -
HSV(B) 325.95º 0.58% 0.75% -
XYZ 29.31 18.8 28.07 -
YUV 120.37 140.77 178.38 -
System Red Green Blue C M Y K H S L
Decimal 191 80 143 0 0.58 0.25 0.25 325.95 0.46 0.53
Hex BF 50 8F 0 3A 19 19 146 2E 35
Octal 277 120 217 0 72 31 31 506 56 65
Binary 10111111 1010000 10001111 0 111010 11001 11001 101000110 101110 110101

Color Harmonies of #BF508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF508F

Black with #BF508F

Text Example


Text Example

White with #BF508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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