Html Css Color HEX #BD4188 Mulberry

📋 copy color: '#BD4188'

red 189 ◦ green 65 ◦ blue 136

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

Shades of Mulberry #BD4188

Tints of Mulberry #BD4188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.67%

 BLUE value IS 136 (53.52% from 255) = 34.87%

R = 48.46%
G = 16.67%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD4188 (or 0xBD4188) is known color: Mulberry. HEX triplet: BD, 41 and 88. RGB value is (189,65,136). Sum of RGB (Red+Green+Blue) = 189+65+136=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4188 is #42BE77. Grayscale: #6E6E6E. Windows color (decimal): -4374136 or 8929725. OLE color: 8929725.

HSL color Cylindrical-coordinate representation of color #BD4188: hue angle of 325.65º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4188 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 65 136 -
CMYK 0 0.66 0.28 0.26
HSL 325.65º 0.49% 0.5% -
HSV(B) 325.65º 0.66% 0.74% -
XYZ 27.32 16.38 25.01 -
YUV 110.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 189 65 136 0 0.66 0.28 0.26 325.65 0.49 0.5
Hex BD 41 88 0 42 1C 1A 146 31 32
Octal 275 101 210 0 102 34 32 506 61 62
Binary 10111101 1000001 10001000 0 1000010 11100 11010 101000110 110001 110010

Color Harmonies of #BD4188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4188

Black with #BD4188

Text Example


Text Example

White with #BD4188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4188; }

 p { color: rgb(189,65,136); }

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

background-color css

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

 a { background-color: rgb(189,65,136); }

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

border-color css

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

 span { border-color: rgb(189,65,136); }

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