Html Css Color HEX #BD609B Mulberry

📋 copy color: '#BD609B'

red 189 ◦ green 96 ◦ blue 155

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

Shades of Mulberry #BD609B

Tints of Mulberry #BD609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.82%

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

R = 42.95%
G = 21.82%
B = 35.23%

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

#BD609B (or 0xBD609B) is known color: Mulberry. HEX triplet: BD, 60 and 9B. RGB value is (189,96,155). Sum of RGB (Red+Green+Blue) = 189+96+155=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD609B is #429F64. Grayscale: #828282. Windows color (decimal): -4366181 or 10182845. OLE color: 10182845.

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

Color convert

RGB 189 96 155 -
CMYK 0 0.49 0.18 0.26
HSL 321.94º 0.41% 0.56% -
HSV(B) 321.94º 0.49% 0.74% -
XYZ 31.09 21.55 33.53 -
YUV 130.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 189 96 155 0 0.49 0.18 0.26 321.94 0.41 0.56
Hex BD 60 9B 0 31 12 1A 142 29 38
Octal 275 140 233 0 61 22 32 502 51 70
Binary 10111101 1100000 10011011 0 110001 10010 11010 101000010 101001 111000

Color Harmonies of #BD609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD609B

Black with #BD609B

Text Example


Text Example

White with #BD609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD609B; }

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

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

background-color css

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

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

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

border-color css

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

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

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