Html Css Color HEX #BD4A8B Mulberry

📋 copy color: '#BD4A8B'

red 189 ◦ green 74 ◦ blue 139

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

Shades of Mulberry #BD4A8B

Tints of Mulberry #BD4A8B

RGB

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

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

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

R = 47.01%
G = 18.41%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD4A8B (or 0xBD4A8B) is known color: Mulberry. HEX triplet: BD, 4A and 8B. RGB value is (189,74,139). Sum of RGB (Red+Green+Blue) = 189+74+139=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A8B is #42B574. Grayscale: #737373. Windows color (decimal): -4371829 or 9128637. OLE color: 9128637.

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

Color convert

RGB 189 74 139 -
CMYK 0 0.61 0.26 0.26
HSL 326.09º 0.47% 0.52% -
HSV(B) 326.09º 0.61% 0.74% -
XYZ 28.1 17.58 26.34 -
YUV 115.8 141.1 180.21 -
System Red Green Blue C M Y K H S L
Decimal 189 74 139 0 0.61 0.26 0.26 326.09 0.47 0.52
Hex BD 4A 8B 0 3D 1A 1A 146 2F 34
Octal 275 112 213 0 75 32 32 506 57 64
Binary 10111101 1001010 10001011 0 111101 11010 11010 101000110 101111 110100

Color Harmonies of #BD4A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A8B

Black with #BD4A8B

Text Example


Text Example

White with #BD4A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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