Html Css Color HEX #BD659D Hopbush

📋 copy color: '#BD659D'

red 189 ◦ green 101 ◦ blue 157

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

Shades of Hopbush #BD659D

Tints of Hopbush #BD659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.6%

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 42.28%
G = 22.6%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD659D (or 0xBD659D) is known color: Hopbush. HEX triplet: BD, 65 and 9D. RGB value is (189,101,157). Sum of RGB (Red+Green+Blue) = 189+101+157=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD659D is #429A62. Grayscale: #858585. Windows color (decimal): -4364899 or 10315197. OLE color: 10315197.

HSL color Cylindrical-coordinate representation of color #BD659D: hue angle of 321.82º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD659D is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 101 157 -
CMYK 0 0.47 0.17 0.26
HSL 321.82º 0.4% 0.57% -
HSV(B) 321.82º 0.47% 0.74% -
XYZ 31.73 22.56 34.58 -
YUV 133.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 189 101 157 0 0.47 0.17 0.26 321.82 0.4 0.57
Hex BD 65 9D 0 2F 11 1A 142 28 39
Octal 275 145 235 0 57 21 32 502 50 71
Binary 10111101 1100101 10011101 0 101111 10001 11010 101000010 101000 111001

Color Harmonies of #BD659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD659D

Black with #BD659D

Text Example


Text Example

White with #BD659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD659D; }

 p { color: rgb(189,101,157); }

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

background-color css

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

 a { background-color: rgb(189,101,157); }

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

border-color css

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

 span { border-color: rgb(189,101,157); }

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