Html Css Color HEX #BF4C9E Mulberry

📋 copy color: '#BF4C9E'

red 191 ◦ green 76 ◦ blue 158

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

Shades of Mulberry #BF4C9E

Tints of Mulberry #BF4C9E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.88%

 BLUE value IS 158 (62.11% from 255) = 37.18%

R = 44.94%
G = 17.88%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF4C9E (or 0xBF4C9E) is known color: Mulberry. HEX triplet: BF, 4C and 9E. RGB value is (191,76,158). Sum of RGB (Red+Green+Blue) = 191+76+158=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4C9E is #40B361. Grayscale: #777777. Windows color (decimal): -4240226 or 10374335. OLE color: 10374335.

HSL color Cylindrical-coordinate representation of color #BF4C9E: hue angle of 317.22º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C9E is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 76 158 -
CMYK 0 0.60 0.17 0.25
HSL 317.22º 0.47% 0.52% -
HSV(B) 317.22º 0.6% 0.75% -
XYZ 30.24 18.71 34.37 -
YUV 119.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 191 76 158 0 0.60 0.17 0.25 317.22 0.47 0.52
Hex BF 4C 9E 0 3C 11 19 13D 2F 34
Octal 277 114 236 0 74 21 31 475 57 64
Binary 10111111 1001100 10011110 0 111100 10001 11001 100111101 101111 110100

Color Harmonies of #BF4C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C9E

Black with #BF4C9E

Text Example


Text Example

White with #BF4C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C9E; }

 p { color: rgb(191,76,158); }

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

background-color css

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

 a { background-color: rgb(191,76,158); }

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

border-color css

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

 span { border-color: rgb(191,76,158); }

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