Html Css Color HEX #BD4A9D Mulberry

📋 copy color: '#BD4A9D'

red 189 ◦ green 74 ◦ blue 157

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

Shades of Mulberry #BD4A9D

Tints of Mulberry #BD4A9D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.62%

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 45%
G = 17.62%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD4A9D (or 0xBD4A9D) is known color: Mulberry. HEX triplet: BD, 4A and 9D. RGB value is (189,74,157). Sum of RGB (Red+Green+Blue) = 189+74+157=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A9D is #42B562. Grayscale: #757575. Windows color (decimal): -4371811 or 10308285. OLE color: 10308285.

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

Color convert

RGB 189 74 157 -
CMYK 0 0.61 0.17 0.26
HSL 316.7º 0.47% 0.52% -
HSV(B) 316.7º 0.61% 0.74% -
XYZ 29.52 18.15 33.85 -
YUV 117.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 189 74 157 0 0.61 0.17 0.26 316.7 0.47 0.52
Hex BD 4A 9D 0 3D 11 1A 13D 2F 34
Octal 275 112 235 0 75 21 32 475 57 64
Binary 10111101 1001010 10011101 0 111101 10001 11010 100111101 101111 110100

Color Harmonies of #BD4A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A9D

Black with #BD4A9D

Text Example


Text Example

White with #BD4A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A9D; }

 p { color: rgb(189,74,157); }

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

background-color css

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

 a { background-color: rgb(189,74,157); }

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

border-color css

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

 span { border-color: rgb(189,74,157); }

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