Html Css Color HEX #BD619F Mulberry

📋 copy color: '#BD619F'

red 189 ◦ green 97 ◦ blue 159

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

Shades of Mulberry #BD619F

Tints of Mulberry #BD619F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.73%

R = 42.47%
G = 21.8%
B = 35.73%

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

#BD619F (or 0xBD619F) is known color: Mulberry. HEX triplet: BD, 61 and 9F. RGB value is (189,97,159). Sum of RGB (Red+Green+Blue) = 189+97+159=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD619F is #429E60. Grayscale: #838383. Windows color (decimal): -4365921 or 10445245. OLE color: 10445245.

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

Color convert

RGB 189 97 159 -
CMYK 0 0.49 0.16 0.26
HSL 319.57º 0.41% 0.56% -
HSV(B) 319.57º 0.49% 0.74% -
XYZ 31.52 21.87 35.36 -
YUV 131.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 189 97 159 0 0.49 0.16 0.26 319.57 0.41 0.56
Hex BD 61 9F 0 31 10 1A 140 29 38
Octal 275 141 237 0 61 20 32 500 51 70
Binary 10111101 1100001 10011111 0 110001 10000 11010 101000000 101001 111000

Color Harmonies of #BD619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD619F

Black with #BD619F

Text Example


Text Example

White with #BD619F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD619F; }

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

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

background-color css

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

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

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

border-color css

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

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

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