Html Css Color HEX #BD628A Hopbush

📋 copy color: '#BD628A'

red 189 ◦ green 98 ◦ blue 138

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

Shades of Hopbush #BD628A

Tints of Hopbush #BD628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.47%

R = 44.47%
G = 23.06%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD628A (or 0xBD628A) is known color: Hopbush. HEX triplet: BD, 62 and 8A. RGB value is (189,98,138). Sum of RGB (Red+Green+Blue) = 189+98+138=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD628A is #429D75. Grayscale: #818181. Windows color (decimal): -4365686 or 9069245. OLE color: 9069245.

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

Color convert

RGB 189 98 138 -
CMYK 0 0.48 0.27 0.26
HSL 333.63º 0.41% 0.56% -
HSV(B) 333.63º 0.48% 0.74% -
XYZ 29.94 21.39 26.6 -
YUV 129.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 189 98 138 0 0.48 0.27 0.26 333.63 0.41 0.56
Hex BD 62 8A 0 30 1B 1A 14E 29 38
Octal 275 142 212 0 60 33 32 516 51 70
Binary 10111101 1100010 10001010 0 110000 11011 11010 101001110 101001 111000

Color Harmonies of #BD628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD628A

Black with #BD628A

Text Example


Text Example

White with #BD628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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