Html Css Color HEX #BD619B Mulberry

📋 copy color: '#BD619B'

red 189 ◦ green 97 ◦ blue 155

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

Shades of Mulberry #BD619B

Tints of Mulberry #BD619B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.15%

R = 42.86%
G = 22%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD619B (or 0xBD619B) is known color: Mulberry. HEX triplet: BD, 61 and 9B. RGB value is (189,97,155). Sum of RGB (Red+Green+Blue) = 189+97+155=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD619B is #429E64. Grayscale: #828282. Windows color (decimal): -4365925 or 10183101. OLE color: 10183101.

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

Color convert

RGB 189 97 155 -
CMYK 0 0.49 0.18 0.26
HSL 322.17º 0.41% 0.56% -
HSV(B) 322.17º 0.49% 0.74% -
XYZ 31.18 21.73 33.56 -
YUV 131.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 189 97 155 0 0.49 0.18 0.26 322.17 0.41 0.56
Hex BD 61 9B 0 31 12 1A 142 29 38
Octal 275 141 233 0 61 22 32 502 51 70
Binary 10111101 1100001 10011011 0 110001 10010 11010 101000010 101001 111000

Color Harmonies of #BD619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD619B

Black with #BD619B

Text Example


Text Example

White with #BD619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD619B; }

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

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

background-color css

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

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

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

border-color css

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

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

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