Html Css Color HEX #BD4398 Mulberry

📋 copy color: '#BD4398'

red 189 ◦ green 67 ◦ blue 152

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

Shades of Mulberry #BD4398

Tints of Mulberry #BD4398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.42%

 BLUE value IS 152 (59.77% from 255) = 37.25%

R = 46.32%
G = 16.42%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD4398 (or 0xBD4398) is known color: Mulberry. HEX triplet: BD, 43 and 98. RGB value is (189,67,152). Sum of RGB (Red+Green+Blue) = 189+67+152=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4398 is #42BC67. Grayscale: #707070. Windows color (decimal): -4373608 or 9978813. OLE color: 9978813.

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

Color convert

RGB 189 67 152 -
CMYK 0 0.65 0.20 0.26
HSL 318.2º 0.48% 0.5% -
HSV(B) 318.2º 0.65% 0.74% -
XYZ 28.66 17.1 31.5 -
YUV 113.17 149.92 182.09 -
System Red Green Blue C M Y K H S L
Decimal 189 67 152 0 0.65 0.20 0.26 318.2 0.48 0.5
Hex BD 43 98 0 41 14 1A 13E 30 32
Octal 275 103 230 0 101 24 32 476 60 62
Binary 10111101 1000011 10011000 0 1000001 10100 11010 100111110 110000 110010

Color Harmonies of #BD4398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4398

Black with #BD4398

Text Example


Text Example

White with #BD4398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4398; }

 p { color: rgb(189,67,152); }

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

background-color css

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

 a { background-color: rgb(189,67,152); }

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

border-color css

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

 span { border-color: rgb(189,67,152); }

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