Html Css Color HEX #BC648D Hopbush

📋 copy color: '#BC648D'

red 188 ◦ green 100 ◦ blue 141

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

Shades of Hopbush #BC648D

Tints of Hopbush #BC648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.31%

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

R = 43.82%
G = 23.31%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC648D (or 0xBC648D) is known color: Hopbush. HEX triplet: BC, 64 and 8D. RGB value is (188,100,141). Sum of RGB (Red+Green+Blue) = 188+100+141=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC648D is #439B72. Grayscale: #828282. Windows color (decimal): -4430707 or 9266364. OLE color: 9266364.

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

Color convert

RGB 188 100 141 -
CMYK 0 0.47 0.25 0.26
HSL 332.05º 0.4% 0.56% -
HSV(B) 332.05º 0.47% 0.74% -
XYZ 30.1 21.73 27.81 -
YUV 130.99 133.65 168.67 -
System Red Green Blue C M Y K H S L
Decimal 188 100 141 0 0.47 0.25 0.26 332.05 0.4 0.56
Hex BC 64 8D 0 2F 19 1A 14C 28 38
Octal 274 144 215 0 57 31 32 514 50 70
Binary 10111100 1100100 10001101 0 101111 11001 11010 101001100 101000 111000

Color Harmonies of #BC648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC648D

Black with #BC648D

Text Example


Text Example

White with #BC648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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