Html Css Color HEX #BD609C Mulberry

📋 copy color: '#BD609C'

red 189 ◦ green 96 ◦ blue 156

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

Shades of Mulberry #BD609C

Tints of Mulberry #BD609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 42.86%
G = 21.77%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD609C (or 0xBD609C) is known color: Mulberry. HEX triplet: BD, 60 and 9C. RGB value is (189,96,156). Sum of RGB (Red+Green+Blue) = 189+96+156=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD609C is #429F63. Grayscale: #828282. Windows color (decimal): -4366180 or 10248381. OLE color: 10248381.

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

Color convert

RGB 189 96 156 -
CMYK 0 0.49 0.17 0.26
HSL 321.29º 0.41% 0.56% -
HSV(B) 321.29º 0.49% 0.74% -
XYZ 31.17 21.58 33.98 -
YUV 130.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 189 96 156 0 0.49 0.17 0.26 321.29 0.41 0.56
Hex BD 60 9C 0 31 11 1A 141 29 38
Octal 275 140 234 0 61 21 32 501 51 70
Binary 10111101 1100000 10011100 0 110001 10001 11010 101000001 101001 111000

Color Harmonies of #BD609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD609C

Black with #BD609C

Text Example


Text Example

White with #BD609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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