Html Css Color HEX #BD4BA0 Mulberry

📋 copy color: '#BD4BA0'

red 189 ◦ green 75 ◦ blue 160

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

Shades of Mulberry #BD4BA0

Tints of Mulberry #BD4BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.69%

 BLUE value IS 160 (62.89% from 255) = 37.74%

R = 44.58%
G = 17.69%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD4BA0 (or 0xBD4BA0) is known color: Mulberry. HEX triplet: BD, 4B and A0. RGB value is (189,75,160). Sum of RGB (Red+Green+Blue) = 189+75+160=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4BA0 is #42B45F. Grayscale: #767676. Windows color (decimal): -4371552 or 10505149. OLE color: 10505149.

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

Color convert

RGB 189 75 160 -
CMYK 0 0.60 0.15 0.26
HSL 315.26º 0.46% 0.52% -
HSV(B) 315.26º 0.6% 0.74% -
XYZ 29.85 18.39 35.23 -
YUV 118.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 189 75 160 0 0.60 0.15 0.26 315.26 0.46 0.52
Hex BD 4B A0 0 3C F 1A 13B 2E 34
Octal 275 113 240 0 74 17 32 473 56 64
Binary 10111101 1001011 10100000 0 111100 1111 11010 100111011 101110 110100

Color Harmonies of #BD4BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4BA0

Black with #BD4BA0

Text Example


Text Example

White with #BD4BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4BA0; }

 p { color: rgb(189,75,160); }

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

background-color css

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

 a { background-color: rgb(189,75,160); }

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

border-color css

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

 span { border-color: rgb(189,75,160); }

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