Html Css Color HEX #BD3F96 Mulberry

📋 copy color: '#BD3F96'

red 189 ◦ green 63 ◦ blue 150

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

Shades of Mulberry #BD3F96

Tints of Mulberry #BD3F96

RGB

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

 GREEN value IS 63 (25% from 255) = 15.67%

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 47.01%
G = 15.67%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD3F96 (or 0xBD3F96) is known color: Mulberry. HEX triplet: BD, 3F and 96. RGB value is (189,63,150). Sum of RGB (Red+Green+Blue) = 189+63+150=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3F96 is #42C069. Grayscale: #6E6E6E. Windows color (decimal): -4374634 or 9846717. OLE color: 9846717.

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

Color convert

RGB 189 63 150 -
CMYK 0 0.67 0.21 0.26
HSL 318.57º 0.5% 0.49% -
HSV(B) 318.57º 0.67% 0.74% -
XYZ 28.27 16.58 30.56 -
YUV 110.59 150.24 183.93 -
System Red Green Blue C M Y K H S L
Decimal 189 63 150 0 0.67 0.21 0.26 318.57 0.5 0.49
Hex BD 3F 96 0 43 15 1A 13F 32 31
Octal 275 77 226 0 103 25 32 477 62 61
Binary 10111101 111111 10010110 0 1000011 10101 11010 100111111 110010 110001

Color Harmonies of #BD3F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F96

Black with #BD3F96

Text Example


Text Example

White with #BD3F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F96; }

 p { color: rgb(189,63,150); }

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

background-color css

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

 a { background-color: rgb(189,63,150); }

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

border-color css

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

 span { border-color: rgb(189,63,150); }

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