Html Css Color HEX #BF4B8E Mulberry

📋 copy color: '#BF4B8E'

red 191 ◦ green 75 ◦ blue 142

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

Shades of Mulberry #BF4B8E

Tints of Mulberry #BF4B8E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.38%

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

R = 46.81%
G = 18.38%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF4B8E (or 0xBF4B8E) is known color: Mulberry. HEX triplet: BF, 4B and 8E. RGB value is (191,75,142). Sum of RGB (Red+Green+Blue) = 191+75+142=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4B8E is #40B471. Grayscale: #757575. Windows color (decimal): -4240498 or 9325503. OLE color: 9325503.

HSL color Cylindrical-coordinate representation of color #BF4B8E: hue angle of 325.34º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4B8E is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 75 142 -
CMYK 0 0.61 0.26 0.25
HSL 325.34º 0.48% 0.52% -
HSV(B) 325.34º 0.61% 0.75% -
XYZ 28.88 18.06 27.56 -
YUV 117.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 191 75 142 0 0.61 0.26 0.25 325.34 0.48 0.52
Hex BF 4B 8E 0 3D 1A 19 145 30 34
Octal 277 113 216 0 75 32 31 505 60 64
Binary 10111111 1001011 10001110 0 111101 11010 11001 101000101 110000 110100

Color Harmonies of #BF4B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B8E

Black with #BF4B8E

Text Example


Text Example

White with #BF4B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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