Html Css Color HEX #BD459C Mulberry

📋 copy color: '#BD459C'

red 189 ◦ green 69 ◦ blue 156

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

Shades of Mulberry #BD459C

Tints of Mulberry #BD459C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.67%

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 45.65%
G = 16.67%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD459C (or 0xBD459C) is known color: Mulberry. HEX triplet: BD, 45 and 9C. RGB value is (189,69,156). Sum of RGB (Red+Green+Blue) = 189+69+156=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD459C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD459C is #42BA63. Grayscale: #727272. Windows color (decimal): -4373092 or 10241469. OLE color: 10241469.

HSL color Cylindrical-coordinate representation of color #BD459C: hue angle of 316.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD459C is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 156 -
CMYK 0 0.63 0.17 0.26
HSL 316.5º 0.48% 0.51% -
HSV(B) 316.5º 0.63% 0.74% -
XYZ 29.12 17.48 33.29 -
YUV 114.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 189 69 156 0 0.63 0.17 0.26 316.5 0.48 0.51
Hex BD 45 9C 0 3F 11 1A 13C 30 33
Octal 275 105 234 0 77 21 32 474 60 63
Binary 10111101 1000101 10011100 0 111111 10001 11010 100111100 110000 110011

Color Harmonies of #BD459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD459C

Black with #BD459C

Text Example


Text Example

White with #BD459C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD459C; }

 p { color: rgb(189,69,156); }

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

background-color css

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

 a { background-color: rgb(189,69,156); }

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

border-color css

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

 span { border-color: rgb(189,69,156); }

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