Html Css Color HEX #BC638F Hopbush

📋 copy color: '#BC638F'

red 188 ◦ green 99 ◦ blue 143

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

Shades of Hopbush #BC638F

Tints of Hopbush #BC638F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.26%

R = 43.72%
G = 23.02%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC638F (or 0xBC638F) is known color: Hopbush. HEX triplet: BC, 63 and 8F. RGB value is (188,99,143). Sum of RGB (Red+Green+Blue) = 188+99+143=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC638F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC638F is #439C70. Grayscale: #828282. Windows color (decimal): -4430961 or 9397180. OLE color: 9397180.

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

Color convert

RGB 188 99 143 -
CMYK 0 0.47 0.24 0.26
HSL 330.34º 0.4% 0.56% -
HSV(B) 330.34º 0.47% 0.74% -
XYZ 30.16 21.6 28.57 -
YUV 130.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 188 99 143 0 0.47 0.24 0.26 330.34 0.4 0.56
Hex BC 63 8F 0 2F 18 1A 14A 28 38
Octal 274 143 217 0 57 30 32 512 50 70
Binary 10111100 1100011 10001111 0 101111 11000 11010 101001010 101000 111000

Color Harmonies of #BC638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC638F

Black with #BC638F

Text Example


Text Example

White with #BC638F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC638F; }

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

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

background-color css

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

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

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

border-color css

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

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

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