Html Css Color HEX #BC618E Hopbush

📋 copy color: '#BC618E'

red 188 ◦ green 97 ◦ blue 142

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

Shades of Hopbush #BC618E

Tints of Hopbush #BC618E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.72%

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

R = 44.03%
G = 22.72%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC618E (or 0xBC618E) is known color: Hopbush. HEX triplet: BC, 61 and 8E. RGB value is (188,97,142). Sum of RGB (Red+Green+Blue) = 188+97+142=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC618E is #439E71. Grayscale: #818181. Windows color (decimal): -4431474 or 9331132. OLE color: 9331132.

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

Color convert

RGB 188 97 142 -
CMYK 0 0.48 0.24 0.26
HSL 330.33º 0.4% 0.56% -
HSV(B) 330.33º 0.48% 0.74% -
XYZ 29.9 21.19 28.11 -
YUV 129.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 188 97 142 0 0.48 0.24 0.26 330.33 0.4 0.56
Hex BC 61 8E 0 30 18 1A 14A 28 38
Octal 274 141 216 0 60 30 32 512 50 70
Binary 10111100 1100001 10001110 0 110000 11000 11010 101001010 101000 111000

Color Harmonies of #BC618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC618E

Black with #BC618E

Text Example


Text Example

White with #BC618E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC618E; }

 p { color: rgb(188,97,142); }

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

background-color css

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

 a { background-color: rgb(188,97,142); }

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

border-color css

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

 span { border-color: rgb(188,97,142); }

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