Html Css Color HEX #BD609E Mulberry

📋 copy color: '#BD609E'

red 189 ◦ green 96 ◦ blue 158

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

Shades of Mulberry #BD609E

Tints of Mulberry #BD609E

RGB

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

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

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

R = 42.66%
G = 21.67%
B = 35.67%

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

#BD609E (or 0xBD609E) is known color: Mulberry. HEX triplet: BD, 60 and 9E. RGB value is (189,96,158). Sum of RGB (Red+Green+Blue) = 189+96+158=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD609E is #429F61. Grayscale: #828282. Windows color (decimal): -4366178 or 10379453. OLE color: 10379453.

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

Color convert

RGB 189 96 158 -
CMYK 0 0.49 0.16 0.26
HSL 320º 0.41% 0.56% -
HSV(B) 320º 0.49% 0.74% -
XYZ 31.34 21.65 34.88 -
YUV 130.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 189 96 158 0 0.49 0.16 0.26 320 0.41 0.56
Hex BD 60 9E 0 31 10 1A 140 29 38
Octal 275 140 236 0 61 20 32 500 51 70
Binary 10111101 1100000 10011110 0 110001 10000 11010 101000000 101001 111000

Color Harmonies of #BD609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD609E

Black with #BD609E

Text Example


Text Example

White with #BD609E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD609E; }

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

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

background-color css

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

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

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

border-color css

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

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

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