Html Css Color HEX #BD4D9B Mulberry

📋 copy color: '#BD4D9B'

red 189 ◦ green 77 ◦ blue 155

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

Shades of Mulberry #BD4D9B

Tints of Mulberry #BD4D9B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.29%

 BLUE value IS 155 (60.94% from 255) = 36.82%

R = 44.89%
G = 18.29%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD4D9B (or 0xBD4D9B) is known color: Mulberry. HEX triplet: BD, 4D and 9B. RGB value is (189,77,155). Sum of RGB (Red+Green+Blue) = 189+77+155=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4D9B is #42B264. Grayscale: #777777. Windows color (decimal): -4371045 or 10177981. OLE color: 10177981.

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

Color convert

RGB 189 77 155 -
CMYK 0 0.59 0.18 0.26
HSL 318.21º 0.46% 0.52% -
HSV(B) 318.21º 0.59% 0.74% -
XYZ 29.56 18.49 33.02 -
YUV 119.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 189 77 155 0 0.59 0.18 0.26 318.21 0.46 0.52
Hex BD 4D 9B 0 3B 12 1A 13E 2E 34
Octal 275 115 233 0 73 22 32 476 56 64
Binary 10111101 1001101 10011011 0 111011 10010 11010 100111110 101110 110100

Color Harmonies of #BD4D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D9B

Black with #BD4D9B

Text Example


Text Example

White with #BD4D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D9B; }

 p { color: rgb(189,77,155); }

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

background-color css

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

 a { background-color: rgb(189,77,155); }

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

border-color css

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

 span { border-color: rgb(189,77,155); }

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