Html Css Color HEX #BD4B93 Mulberry

📋 copy color: '#BD4B93'

red 189 ◦ green 75 ◦ blue 147

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

Shades of Mulberry #BD4B93

Tints of Mulberry #BD4B93

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.25%

 BLUE value IS 147 (57.81% from 255) = 35.77%

R = 45.99%
G = 18.25%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD4B93 (or 0xBD4B93) is known color: Mulberry. HEX triplet: BD, 4B and 93. RGB value is (189,75,147). Sum of RGB (Red+Green+Blue) = 189+75+147=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4B93 is #42B46C. Grayscale: #757575. Windows color (decimal): -4371565 or 9653181. OLE color: 9653181.

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

Color convert

RGB 189 75 147 -
CMYK 0 0.60 0.22 0.26
HSL 322.11º 0.46% 0.52% -
HSV(B) 322.11º 0.6% 0.74% -
XYZ 28.77 17.96 29.55 -
YUV 117.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 189 75 147 0 0.60 0.22 0.26 322.11 0.46 0.52
Hex BD 4B 93 0 3C 16 1A 142 2E 34
Octal 275 113 223 0 74 26 32 502 56 64
Binary 10111101 1001011 10010011 0 111100 10110 11010 101000010 101110 110100

Color Harmonies of #BD4B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4B93

Black with #BD4B93

Text Example


Text Example

White with #BD4B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4B93; }

 p { color: rgb(189,75,147); }

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

background-color css

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

 a { background-color: rgb(189,75,147); }

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

border-color css

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

 span { border-color: rgb(189,75,147); }

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