Html Css Color HEX #BD4C9C Mulberry

📋 copy color: '#BD4C9C'

red 189 ◦ green 76 ◦ blue 156

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

Shades of Mulberry #BD4C9C

Tints of Mulberry #BD4C9C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.05%

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

R = 44.89%
G = 18.05%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD4C9C (or 0xBD4C9C) is known color: Mulberry. HEX triplet: BD, 4C and 9C. RGB value is (189,76,156). Sum of RGB (Red+Green+Blue) = 189+76+156=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4C9C is #42B363. Grayscale: #767676. Windows color (decimal): -4371300 or 10243261. OLE color: 10243261.

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

Color convert

RGB 189 76 156 -
CMYK 0 0.60 0.17 0.26
HSL 317.52º 0.46% 0.52% -
HSV(B) 317.52º 0.6% 0.74% -
XYZ 29.57 18.39 33.44 -
YUV 118.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 189 76 156 0 0.60 0.17 0.26 317.52 0.46 0.52
Hex BD 4C 9C 0 3C 11 1A 13E 2E 34
Octal 275 114 234 0 74 21 32 476 56 64
Binary 10111101 1001100 10011100 0 111100 10001 11010 100111110 101110 110100

Color Harmonies of #BD4C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C9C

Black with #BD4C9C

Text Example


Text Example

White with #BD4C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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