Html Css Color HEX #BD4E8A Mulberry

📋 copy color: '#BD4E8A'

red 189 ◦ green 78 ◦ blue 138

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

Shades of Mulberry #BD4E8A

Tints of Mulberry #BD4E8A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.26%

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 46.67%
G = 19.26%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD4E8A (or 0xBD4E8A) is known color: Mulberry. HEX triplet: BD, 4E and 8A. RGB value is (189,78,138). Sum of RGB (Red+Green+Blue) = 189+78+138=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4E8A is #42B175. Grayscale: #757575. Windows color (decimal): -4370806 or 9064125. OLE color: 9064125.

HSL color Cylindrical-coordinate representation of color #BD4E8A: hue angle of 327.57º 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 #BD4E8A is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 78 138 -
CMYK 0 0.59 0.27 0.26
HSL 327.57º 0.46% 0.52% -
HSV(B) 327.57º 0.59% 0.74% -
XYZ 28.3 18.1 26.05 -
YUV 118.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 189 78 138 0 0.59 0.27 0.26 327.57 0.46 0.52
Hex BD 4E 8A 0 3B 1B 1A 148 2E 34
Octal 275 116 212 0 73 33 32 510 56 64
Binary 10111101 1001110 10001010 0 111011 11011 11010 101001000 101110 110100

Color Harmonies of #BD4E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4E8A

Black with #BD4E8A

Text Example


Text Example

White with #BD4E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4E8A; }

 p { color: rgb(189,78,138); }

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

background-color css

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

 a { background-color: rgb(189,78,138); }

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

border-color css

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

 span { border-color: rgb(189,78,138); }

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