Html Css Color HEX #BD609F Mulberry

📋 copy color: '#BD609F'

red 189 ◦ green 96 ◦ blue 159

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

Shades of Mulberry #BD609F

Tints of Mulberry #BD609F

RGB

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

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

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

R = 42.57%
G = 21.62%
B = 35.81%

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

#BD609F (or 0xBD609F) is known color: Mulberry. HEX triplet: BD, 60 and 9F. RGB value is (189,96,159). Sum of RGB (Red+Green+Blue) = 189+96+159=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD609F is #429F60. Grayscale: #828282. Windows color (decimal): -4366177 or 10444989. OLE color: 10444989.

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

Color convert

RGB 189 96 159 -
CMYK 0 0.49 0.16 0.26
HSL 319.35º 0.41% 0.56% -
HSV(B) 319.35º 0.49% 0.74% -
XYZ 31.43 21.69 35.33 -
YUV 130.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 189 96 159 0 0.49 0.16 0.26 319.35 0.41 0.56
Hex BD 60 9F 0 31 10 1A 13F 29 38
Octal 275 140 237 0 61 20 32 477 51 70
Binary 10111101 1100000 10011111 0 110001 10000 11010 100111111 101001 111000

Color Harmonies of #BD609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD609F

Black with #BD609F

Text Example


Text Example

White with #BD609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD609F; }

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

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

background-color css

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

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

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

border-color css

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

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

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