Html Css Color HEX #BC639B Hopbush

📋 copy color: '#BC639B'

red 188 ◦ green 99 ◦ blue 155

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

Shades of Hopbush #BC639B

Tints of Hopbush #BC639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.4%

 BLUE value IS 155 (60.94% from 255) = 35.07%

R = 42.53%
G = 22.4%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC639B (or 0xBC639B) is known color: Hopbush. HEX triplet: BC, 63 and 9B. RGB value is (188,99,155). Sum of RGB (Red+Green+Blue) = 188+99+155=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC639B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC639B is #439C64. Grayscale: #838383. Windows color (decimal): -4430949 or 10183612. OLE color: 10183612.

HSL color Cylindrical-coordinate representation of color #BC639B: hue angle of 322.25º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC639B is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 155 -
CMYK 0 0.47 0.18 0.26
HSL 322.25º 0.4% 0.56% -
HSV(B) 322.25º 0.47% 0.74% -
XYZ 31.12 21.98 33.61 -
YUV 132 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 188 99 155 0 0.47 0.18 0.26 322.25 0.4 0.56
Hex BC 63 9B 0 2F 12 1A 142 28 38
Octal 274 143 233 0 57 22 32 502 50 70
Binary 10111100 1100011 10011011 0 101111 10010 11010 101000010 101000 111000

Color Harmonies of #BC639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC639B

Black with #BC639B

Text Example


Text Example

White with #BC639B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC639B; }

 p { color: rgb(188,99,155); }

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

background-color css

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

 a { background-color: rgb(188,99,155); }

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

border-color css

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

 span { border-color: rgb(188,99,155); }

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