Html Css Color HEX #BD4F9E Mulberry

📋 copy color: '#BD4F9E'

red 189 ◦ green 79 ◦ blue 158

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

Shades of Mulberry #BD4F9E

Tints of Mulberry #BD4F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.09%

R = 44.37%
G = 18.54%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD4F9E (or 0xBD4F9E) is known color: Mulberry. HEX triplet: BD, 4F and 9E. RGB value is (189,79,158). Sum of RGB (Red+Green+Blue) = 189+79+158=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4F9E is #42B061. Grayscale: #787878. Windows color (decimal): -4370530 or 10375101. OLE color: 10375101.

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

Color convert

RGB 189 79 158 -
CMYK 0 0.58 0.16 0.26
HSL 316.91º 0.45% 0.53% -
HSV(B) 316.91º 0.58% 0.74% -
XYZ 29.95 18.88 34.41 -
YUV 120.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 189 79 158 0 0.58 0.16 0.26 316.91 0.45 0.53
Hex BD 4F 9E 0 3A 10 1A 13D 2D 35
Octal 275 117 236 0 72 20 32 475 55 65
Binary 10111101 1001111 10011110 0 111010 10000 11010 100111101 101101 110101

Color Harmonies of #BD4F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F9E

Black with #BD4F9E

Text Example


Text Example

White with #BD4F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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