Html Css Color HEX #BC6F90 Hopbush

📋 copy color: '#BC6F90'

red 188 ◦ green 111 ◦ blue 144

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

Shades of Hopbush #BC6F90

Tints of Hopbush #BC6F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.06%

 BLUE value IS 144 (56.64% from 255) = 32.51%

R = 42.44%
G = 25.06%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC6F90 (or 0xBC6F90) is known color: Hopbush. HEX triplet: BC, 6F and 90. RGB value is (188,111,144). Sum of RGB (Red+Green+Blue) = 188+111+144=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6F90 is #43906F. Grayscale: #898989. Windows color (decimal): -4427888 or 9465788. OLE color: 9465788.

HSL color Cylindrical-coordinate representation of color #BC6F90: hue angle of 334.29º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6F90 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 111 144 -
CMYK 0 0.41 0.23 0.26
HSL 334.29º 0.36% 0.59% -
HSV(B) 334.29º 0.41% 0.74% -
XYZ 31.46 24.07 29.37 -
YUV 137.79 131.51 163.82 -
System Red Green Blue C M Y K H S L
Decimal 188 111 144 0 0.41 0.23 0.26 334.29 0.36 0.59
Hex BC 6F 90 0 29 17 1A 14E 24 3B
Octal 274 157 220 0 51 27 32 516 44 73
Binary 10111100 1101111 10010000 0 101001 10111 11010 101001110 100100 111011

Color Harmonies of #BC6F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F90

Black with #BC6F90

Text Example


Text Example

White with #BC6F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F90; }

 p { color: rgb(188,111,144); }

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

background-color css

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

 a { background-color: rgb(188,111,144); }

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

border-color css

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

 span { border-color: rgb(188,111,144); }

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