Html Css Color HEX #BD619E Mulberry

📋 copy color: '#BD619E'

red 189 ◦ green 97 ◦ blue 158

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

Shades of Mulberry #BD619E

Tints of Mulberry #BD619E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.85%

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

R = 42.57%
G = 21.85%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD619E (or 0xBD619E) is known color: Mulberry. HEX triplet: BD, 61 and 9E. RGB value is (189,97,158). Sum of RGB (Red+Green+Blue) = 189+97+158=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD619E is #429E61. Grayscale: #838383. Windows color (decimal): -4365922 or 10379709. OLE color: 10379709.

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

Color convert

RGB 189 97 158 -
CMYK 0 0.49 0.16 0.26
HSL 320.22º 0.41% 0.56% -
HSV(B) 320.22º 0.49% 0.74% -
XYZ 31.43 21.84 34.91 -
YUV 131.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 189 97 158 0 0.49 0.16 0.26 320.22 0.41 0.56
Hex BD 61 9E 0 31 10 1A 140 29 38
Octal 275 141 236 0 61 20 32 500 51 70
Binary 10111101 1100001 10011110 0 110001 10000 11010 101000000 101001 111000

Color Harmonies of #BD619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD619E

Black with #BD619E

Text Example


Text Example

White with #BD619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD619E; }

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

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

background-color css

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

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

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

border-color css

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

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

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