Html Css Color HEX #BD4F8B Mulberry

📋 copy color: '#BD4F8B'

red 189 ◦ green 79 ◦ blue 139

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

Shades of Mulberry #BD4F8B

Tints of Mulberry #BD4F8B

RGB

 RED value IS 189 (74.22% from 255) = 46.44%

 GREEN value IS 79 (31.25% from 255) = 19.41%

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 46.44%
G = 19.41%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD4F8B (or 0xBD4F8B) is known color: Mulberry. HEX triplet: BD, 4F and 8B. RGB value is (189,79,139). Sum of RGB (Red+Green+Blue) = 189+79+139=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4F8B is #42B074. Grayscale: #767676. Windows color (decimal): -4370549 or 9129917. OLE color: 9129917.

HSL color Cylindrical-coordinate representation of color #BD4F8B: hue angle of 327.27º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4F8B is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 79 139 -
CMYK 0 0.58 0.26 0.26
HSL 327.27º 0.45% 0.53% -
HSV(B) 327.27º 0.58% 0.74% -
XYZ 28.44 18.27 26.45 -
YUV 118.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 189 79 139 0 0.58 0.26 0.26 327.27 0.45 0.53
Hex BD 4F 8B 0 3A 1A 1A 147 2D 35
Octal 275 117 213 0 72 32 32 507 55 65
Binary 10111101 1001111 10001011 0 111010 11010 11010 101000111 101101 110101

Color Harmonies of #BD4F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F8B

Black with #BD4F8B

Text Example


Text Example

White with #BD4F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F8B; }

 p { color: rgb(189,79,139); }

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

background-color css

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

 a { background-color: rgb(189,79,139); }

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

border-color css

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

 span { border-color: rgb(189,79,139); }

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