Html Css Color HEX #BD4C8E Mulberry

📋 copy color: '#BD4C8E'

red 189 ◦ green 76 ◦ blue 142

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

Shades of Mulberry #BD4C8E

Tints of Mulberry #BD4C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.67%

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

R = 46.44%
G = 18.67%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD4C8E (or 0xBD4C8E) is known color: Mulberry. HEX triplet: BD, 4C and 8E. RGB value is (189,76,142). Sum of RGB (Red+Green+Blue) = 189+76+142=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4C8E is #42B371. Grayscale: #757575. Windows color (decimal): -4371314 or 9325757. OLE color: 9325757.

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

Color convert

RGB 189 76 142 -
CMYK 0 0.60 0.25 0.26
HSL 324.96º 0.46% 0.52% -
HSV(B) 324.96º 0.6% 0.74% -
XYZ 28.45 17.94 27.55 -
YUV 117.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 189 76 142 0 0.60 0.25 0.26 324.96 0.46 0.52
Hex BD 4C 8E 0 3C 19 1A 145 2E 34
Octal 275 114 216 0 74 31 32 505 56 64
Binary 10111101 1001100 10001110 0 111100 11001 11010 101000101 101110 110100

Color Harmonies of #BD4C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C8E

Black with #BD4C8E

Text Example


Text Example

White with #BD4C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C8E; }

 p { color: rgb(189,76,142); }

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

background-color css

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

 a { background-color: rgb(189,76,142); }

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

border-color css

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

 span { border-color: rgb(189,76,142); }

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