Html Css Color HEX #BC628D Hopbush

📋 copy color: '#BC628D'

red 188 ◦ green 98 ◦ blue 141

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

Shades of Hopbush #BC628D

Tints of Hopbush #BC628D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 44.03%
G = 22.95%
B = 33.02%

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

#BC628D (or 0xBC628D) is known color: Hopbush. HEX triplet: BC, 62 and 8D. RGB value is (188,98,141). Sum of RGB (Red+Green+Blue) = 188+98+141=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC628D is #439D72. Grayscale: #818181. Windows color (decimal): -4431219 or 9265852. OLE color: 9265852.

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

Color convert

RGB 188 98 141 -
CMYK 0 0.48 0.25 0.26
HSL 331.33º 0.4% 0.56% -
HSV(B) 331.33º 0.48% 0.74% -
XYZ 29.91 21.35 27.74 -
YUV 129.81 134.32 169.5 -
System Red Green Blue C M Y K H S L
Decimal 188 98 141 0 0.48 0.25 0.26 331.33 0.4 0.56
Hex BC 62 8D 0 30 19 1A 14B 28 38
Octal 274 142 215 0 60 31 32 513 50 70
Binary 10111100 1100010 10001101 0 110000 11001 11010 101001011 101000 111000

Color Harmonies of #BC628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC628D

Black with #BC628D

Text Example


Text Example

White with #BC628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC628D; }

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

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

background-color css

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

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

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

border-color css

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

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

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