Html Css Color HEX #BC629A Hopbush

📋 copy color: '#BC629A'

red 188 ◦ green 98 ◦ blue 154

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

Shades of Hopbush #BC629A

Tints of Hopbush #BC629A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35%

R = 42.73%
G = 22.27%
B = 35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC629A (or 0xBC629A) is known color: Hopbush. HEX triplet: BC, 62 and 9A. RGB value is (188,98,154). Sum of RGB (Red+Green+Blue) = 188+98+154=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC629A is #439D65. Grayscale: #838383. Windows color (decimal): -4431206 or 10117820. OLE color: 10117820.

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

Color convert

RGB 188 98 154 -
CMYK 0 0.48 0.18 0.26
HSL 322.67º 0.4% 0.56% -
HSV(B) 322.67º 0.48% 0.74% -
XYZ 30.94 21.76 33.14 -
YUV 131.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 188 98 154 0 0.48 0.18 0.26 322.67 0.4 0.56
Hex BC 62 9A 0 30 12 1A 143 28 38
Octal 274 142 232 0 60 22 32 503 50 70
Binary 10111100 1100010 10011010 0 110000 10010 11010 101000011 101000 111000

Color Harmonies of #BC629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC629A

Black with #BC629A

Text Example


Text Example

White with #BC629A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC629A; }

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

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

background-color css

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

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

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

border-color css

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

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

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