Html Css Color HEX #BD4E9B Mulberry

📋 copy color: '#BD4E9B'

red 189 ◦ green 78 ◦ blue 155

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

Shades of Mulberry #BD4E9B

Tints of Mulberry #BD4E9B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.48%

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

R = 44.79%
G = 18.48%
B = 36.73%

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

#BD4E9B (or 0xBD4E9B) is known color: Mulberry. HEX triplet: BD, 4E and 9B. RGB value is (189,78,155). Sum of RGB (Red+Green+Blue) = 189+78+155=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4E9B is #42B164. Grayscale: #777777. Windows color (decimal): -4370789 or 10178237. OLE color: 10178237.

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

Color convert

RGB 189 78 155 -
CMYK 0 0.59 0.18 0.26
HSL 318.38º 0.46% 0.52% -
HSV(B) 318.38º 0.59% 0.74% -
XYZ 29.63 18.63 33.05 -
YUV 119.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 189 78 155 0 0.59 0.18 0.26 318.38 0.46 0.52
Hex BD 4E 9B 0 3B 12 1A 13E 2E 34
Octal 275 116 233 0 73 22 32 476 56 64
Binary 10111101 1001110 10011011 0 111011 10010 11010 100111110 101110 110100

Color Harmonies of #BD4E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4E9B

Black with #BD4E9B

Text Example


Text Example

White with #BD4E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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