Html Css Color HEX #BC628C Hopbush

📋 copy color: '#BC628C'

red 188 ◦ green 98 ◦ blue 140

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

Shades of Hopbush #BC628C

Tints of Hopbush #BC628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 44.13%
G = 23%
B = 32.86%

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

#BC628C (or 0xBC628C) is known color: Hopbush. HEX triplet: BC, 62 and 8C. RGB value is (188,98,140). Sum of RGB (Red+Green+Blue) = 188+98+140=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC628C is #439D73. Grayscale: #818181. Windows color (decimal): -4431220 or 9200316. OLE color: 9200316.

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

Color convert

RGB 188 98 140 -
CMYK 0 0.48 0.26 0.26
HSL 332º 0.4% 0.56% -
HSV(B) 332º 0.48% 0.74% -
XYZ 29.84 21.32 27.35 -
YUV 129.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 188 98 140 0 0.48 0.26 0.26 332 0.4 0.56
Hex BC 62 8C 0 30 1A 1A 14C 28 38
Octal 274 142 214 0 60 32 32 514 50 70
Binary 10111100 1100010 10001100 0 110000 11010 11010 101001100 101000 111000

Color Harmonies of #BC628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC628C

Black with #BC628C

Text Example


Text Example

White with #BC628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC628C; }

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

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

background-color css

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

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

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

border-color css

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

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

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