Html Css Color HEX #BD629D Hopbush

📋 copy color: '#BD629D'

red 189 ◦ green 98 ◦ blue 157

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

Shades of Hopbush #BD629D

Tints of Hopbush #BD629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.07%

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

R = 42.57%
G = 22.07%
B = 35.36%

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

#BD629D (or 0xBD629D) is known color: Hopbush. HEX triplet: BD, 62 and 9D. RGB value is (189,98,157). Sum of RGB (Red+Green+Blue) = 189+98+157=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD629D is #429D62. Grayscale: #838383. Windows color (decimal): -4365667 or 10314429. OLE color: 10314429.

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

Color convert

RGB 189 98 157 -
CMYK 0 0.48 0.17 0.26
HSL 321.1º 0.41% 0.56% -
HSV(B) 321.1º 0.48% 0.74% -
XYZ 31.44 21.99 34.49 -
YUV 131.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 189 98 157 0 0.48 0.17 0.26 321.1 0.41 0.56
Hex BD 62 9D 0 30 11 1A 141 29 38
Octal 275 142 235 0 60 21 32 501 51 70
Binary 10111101 1100010 10011101 0 110000 10001 11010 101000001 101001 111000

Color Harmonies of #BD629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD629D

Black with #BD629D

Text Example


Text Example

White with #BD629D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD629D; }

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

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

background-color css

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

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

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

border-color css

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

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

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