Html Css Color HEX #BD628E Hopbush

📋 copy color: '#BD628E'

red 189 ◦ green 98 ◦ blue 142

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

Shades of Hopbush #BD628E

Tints of Hopbush #BD628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.1%

R = 44.06%
G = 22.84%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD628E (or 0xBD628E) is known color: Hopbush. HEX triplet: BD, 62 and 8E. RGB value is (189,98,142). Sum of RGB (Red+Green+Blue) = 189+98+142=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD628E is #429D71. Grayscale: #828282. Windows color (decimal): -4365682 or 9331389. OLE color: 9331389.

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

Color convert

RGB 189 98 142 -
CMYK 0 0.48 0.25 0.26
HSL 330.99º 0.41% 0.56% -
HSV(B) 330.99º 0.48% 0.74% -
XYZ 30.24 21.51 28.15 -
YUV 130.23 134.65 169.92 -
System Red Green Blue C M Y K H S L
Decimal 189 98 142 0 0.48 0.25 0.26 330.99 0.41 0.56
Hex BD 62 8E 0 30 19 1A 14B 29 38
Octal 275 142 216 0 60 31 32 513 51 70
Binary 10111101 1100010 10001110 0 110000 11001 11010 101001011 101001 111000

Color Harmonies of #BD628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD628E

Black with #BD628E

Text Example


Text Example

White with #BD628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD628E; }

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

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

background-color css

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

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

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

border-color css

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

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

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