Html Css Color HEX #BD4D9C Mulberry

📋 copy color: '#BD4D9C'

red 189 ◦ green 77 ◦ blue 156

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

Shades of Mulberry #BD4D9C

Tints of Mulberry #BD4D9C

RGB

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

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

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

R = 44.79%
G = 18.25%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD4D9C (or 0xBD4D9C) is known color: Mulberry. HEX triplet: BD, 4D and 9C. RGB value is (189,77,156). Sum of RGB (Red+Green+Blue) = 189+77+156=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4D9C is #42B263. Grayscale: #777777. Windows color (decimal): -4371044 or 10243517. OLE color: 10243517.

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

Color convert

RGB 189 77 156 -
CMYK 0 0.59 0.17 0.26
HSL 317.68º 0.46% 0.52% -
HSV(B) 317.68º 0.59% 0.74% -
XYZ 29.64 18.53 33.47 -
YUV 119.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 189 77 156 0 0.59 0.17 0.26 317.68 0.46 0.52
Hex BD 4D 9C 0 3B 11 1A 13E 2E 34
Octal 275 115 234 0 73 21 32 476 56 64
Binary 10111101 1001101 10011100 0 111011 10001 11010 100111110 101110 110100

Color Harmonies of #BD4D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D9C

Black with #BD4D9C

Text Example


Text Example

White with #BD4D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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