Html Css Color HEX #BF3E9D Mulberry

📋 copy color: '#BF3E9D'

red 191 ◦ green 62 ◦ blue 157

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

Shades of Mulberry #BF3E9D

Tints of Mulberry #BF3E9D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.12%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 46.59%
G = 15.12%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF3E9D (or 0xBF3E9D) is known color: Mulberry. HEX triplet: BF, 3E and 9D. RGB value is (191,62,157). Sum of RGB (Red+Green+Blue) = 191+62+157=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E9D is #40C162. Grayscale: #6F6F6F. Windows color (decimal): -4243811 or 10305215. OLE color: 10305215.

HSL color Cylindrical-coordinate representation of color #BF3E9D: hue angle of 315.81º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E9D is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 62 157 -
CMYK 0 0.68 0.18 0.25
HSL 315.81º 0.51% 0.5% -
HSV(B) 315.81º 0.68% 0.75% -
XYZ 29.29 16.96 33.63 -
YUV 111.4 153.74 184.78 -
System Red Green Blue C M Y K H S L
Decimal 191 62 157 0 0.68 0.18 0.25 315.81 0.51 0.5
Hex BF 3E 9D 0 44 12 19 13C 33 32
Octal 277 76 235 0 104 22 31 474 63 62
Binary 10111111 111110 10011101 0 1000100 10010 11001 100111100 110011 110010

Color Harmonies of #BF3E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E9D

Black with #BF3E9D

Text Example


Text Example

White with #BF3E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E9D; }

 p { color: rgb(191,62,157); }

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

background-color css

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

 a { background-color: rgb(191,62,157); }

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

border-color css

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

 span { border-color: rgb(191,62,157); }

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