Html Css Color HEX #BD4C94 Mulberry

📋 copy color: '#BD4C94'

red 189 ◦ green 76 ◦ blue 148

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

Shades of Mulberry #BD4C94

Tints of Mulberry #BD4C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.84%

R = 45.76%
G = 18.4%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD4C94 (or 0xBD4C94) is known color: Mulberry. HEX triplet: BD, 4C and 94. RGB value is (189,76,148). Sum of RGB (Red+Green+Blue) = 189+76+148=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4C94 is #42B36B. Grayscale: #757575. Windows color (decimal): -4371308 or 9718973. OLE color: 9718973.

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

Color convert

RGB 189 76 148 -
CMYK 0 0.60 0.22 0.26
HSL 321.77º 0.46% 0.52% -
HSV(B) 321.77º 0.6% 0.74% -
XYZ 28.92 18.13 29.99 -
YUV 118 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 189 76 148 0 0.60 0.22 0.26 321.77 0.46 0.52
Hex BD 4C 94 0 3C 16 1A 142 2E 34
Octal 275 114 224 0 74 26 32 502 56 64
Binary 10111101 1001100 10010100 0 111100 10110 11010 101000010 101110 110100

Color Harmonies of #BD4C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C94

Black with #BD4C94

Text Example


Text Example

White with #BD4C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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