Html Css Color HEX #BC628B Hopbush

📋 copy color: '#BC628B'

red 188 ◦ green 98 ◦ blue 139

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

Shades of Hopbush #BC628B

Tints of Hopbush #BC628B

RGB

 RED value IS 188 (73.83% from 255) = 44.24%

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

 BLUE value IS 139 (54.69% from 255) = 32.71%

R = 44.24%
G = 23.06%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC628B (or 0xBC628B) is known color: Hopbush. HEX triplet: BC, 62 and 8B. RGB value is (188,98,139). Sum of RGB (Red+Green+Blue) = 188+98+139=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC628B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC628B is #439D74. Grayscale: #818181. Windows color (decimal): -4431221 or 9134780. OLE color: 9134780.

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

Color convert

RGB 188 98 139 -
CMYK 0 0.48 0.26 0.26
HSL 332.67º 0.4% 0.56% -
HSV(B) 332.67º 0.48% 0.74% -
XYZ 29.77 21.29 26.97 -
YUV 129.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 188 98 139 0 0.48 0.26 0.26 332.67 0.4 0.56
Hex BC 62 8B 0 30 1A 1A 14D 28 38
Octal 274 142 213 0 60 32 32 515 50 70
Binary 10111100 1100010 10001011 0 110000 11010 11010 101001101 101000 111000

Color Harmonies of #BC628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC628B

Black with #BC628B

Text Example


Text Example

White with #BC628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC628B; }

 p { color: rgb(188,98,139); }

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

background-color css

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

 a { background-color: rgb(188,98,139); }

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

border-color css

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

 span { border-color: rgb(188,98,139); }

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