Html Css Color HEX #BD4F8A Mulberry

📋 copy color: '#BD4F8A'

red 189 ◦ green 79 ◦ blue 138

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

Shades of Mulberry #BD4F8A

Tints of Mulberry #BD4F8A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.46%

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 46.55%
G = 19.46%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD4F8A (or 0xBD4F8A) is known color: Mulberry. HEX triplet: BD, 4F and 8A. RGB value is (189,79,138). Sum of RGB (Red+Green+Blue) = 189+79+138=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4F8A is #42B075. Grayscale: #767676. Windows color (decimal): -4370550 or 9064381. OLE color: 9064381.

HSL color Cylindrical-coordinate representation of color #BD4F8A: hue angle of 327.82º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4F8A is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 79 138 -
CMYK 0 0.58 0.27 0.26
HSL 327.82º 0.45% 0.53% -
HSV(B) 327.82º 0.58% 0.74% -
XYZ 28.37 18.25 26.07 -
YUV 118.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 189 79 138 0 0.58 0.27 0.26 327.82 0.45 0.53
Hex BD 4F 8A 0 3A 1B 1A 148 2D 35
Octal 275 117 212 0 72 33 32 510 55 65
Binary 10111101 1001111 10001010 0 111010 11011 11010 101001000 101101 110101

Color Harmonies of #BD4F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F8A

Black with #BD4F8A

Text Example


Text Example

White with #BD4F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F8A; }

 p { color: rgb(189,79,138); }

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

background-color css

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

 a { background-color: rgb(189,79,138); }

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

border-color css

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

 span { border-color: rgb(189,79,138); }

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