Html Css Color HEX #BD639D Hopbush

📋 copy color: '#BD639D'

red 189 ◦ green 99 ◦ blue 157

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

Shades of Hopbush #BD639D

Tints of Hopbush #BD639D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.25%

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

R = 42.47%
G = 22.25%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD639D (or 0xBD639D) is known color: Hopbush. HEX triplet: BD, 63 and 9D. RGB value is (189,99,157). Sum of RGB (Red+Green+Blue) = 189+99+157=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD639D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD639D is #429C62. Grayscale: #848484. Windows color (decimal): -4365411 or 10314685. OLE color: 10314685.

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

Color convert

RGB 189 99 157 -
CMYK 0 0.48 0.17 0.26
HSL 321.33º 0.41% 0.56% -
HSV(B) 321.33º 0.48% 0.74% -
XYZ 31.53 22.18 34.52 -
YUV 132.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 189 99 157 0 0.48 0.17 0.26 321.33 0.41 0.56
Hex BD 63 9D 0 30 11 1A 141 29 38
Octal 275 143 235 0 60 21 32 501 51 70
Binary 10111101 1100011 10011101 0 110000 10001 11010 101000001 101001 111000

Color Harmonies of #BD639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD639D

Black with #BD639D

Text Example


Text Example

White with #BD639D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD639D; }

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

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

background-color css

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

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

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

border-color css

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

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

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