Html Css Color HEX #BD4D8B Mulberry

📋 copy color: '#BD4D8B'

red 189 ◦ green 77 ◦ blue 139

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

Shades of Mulberry #BD4D8B

Tints of Mulberry #BD4D8B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.01%

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

R = 46.67%
G = 19.01%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD4D8B (or 0xBD4D8B) is known color: Mulberry. HEX triplet: BD, 4D and 8B. RGB value is (189,77,139). Sum of RGB (Red+Green+Blue) = 189+77+139=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4D8B is #42B274. Grayscale: #757575. Windows color (decimal): -4371061 or 9129405. OLE color: 9129405.

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

Color convert

RGB 189 77 139 -
CMYK 0 0.59 0.26 0.26
HSL 326.79º 0.46% 0.52% -
HSV(B) 326.79º 0.59% 0.74% -
XYZ 28.3 17.99 26.41 -
YUV 117.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 189 77 139 0 0.59 0.26 0.26 326.79 0.46 0.52
Hex BD 4D 8B 0 3B 1A 1A 147 2E 34
Octal 275 115 213 0 73 32 32 507 56 64
Binary 10111101 1001101 10001011 0 111011 11010 11010 101000111 101110 110100

Color Harmonies of #BD4D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D8B

Black with #BD4D8B

Text Example


Text Example

White with #BD4D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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