Html Css Color HEX #BD4F8C Mulberry

📋 copy color: '#BD4F8C'

red 189 ◦ green 79 ◦ blue 140

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

Shades of Mulberry #BD4F8C

Tints of Mulberry #BD4F8C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.36%

 BLUE value IS 140 (55.08% from 255) = 34.31%

R = 46.32%
G = 19.36%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD4F8C (or 0xBD4F8C) is known color: Mulberry. HEX triplet: BD, 4F and 8C. RGB value is (189,79,140). Sum of RGB (Red+Green+Blue) = 189+79+140=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4F8C is #42B073. Grayscale: #767676. Windows color (decimal): -4370548 or 9195453. OLE color: 9195453.

HSL color Cylindrical-coordinate representation of color #BD4F8C: hue angle of 326.73º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4F8C is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 79 140 -
CMYK 0 0.58 0.26 0.26
HSL 326.73º 0.45% 0.53% -
HSV(B) 326.73º 0.58% 0.74% -
XYZ 28.52 18.3 26.84 -
YUV 118.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 189 79 140 0 0.58 0.26 0.26 326.73 0.45 0.53
Hex BD 4F 8C 0 3A 1A 1A 147 2D 35
Octal 275 117 214 0 72 32 32 507 55 65
Binary 10111101 1001111 10001100 0 111010 11010 11010 101000111 101101 110101

Color Harmonies of #BD4F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F8C

Black with #BD4F8C

Text Example


Text Example

White with #BD4F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F8C; }

 p { color: rgb(189,79,140); }

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

background-color css

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

 a { background-color: rgb(189,79,140); }

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

border-color css

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

 span { border-color: rgb(189,79,140); }

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