Html Css Color HEX #BE6E8D Hopbush

📋 copy color: '#BE6E8D'

red 190 ◦ green 110 ◦ blue 141

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

Shades of Hopbush #BE6E8D

Tints of Hopbush #BE6E8D

RGB

 RED value IS 190 (74.61% from 255) = 43.08%

 GREEN value IS 110 (43.36% from 255) = 24.94%

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

R = 43.08%
G = 24.94%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE6E8D (or 0xBE6E8D) is known color: Hopbush. HEX triplet: BE, 6E and 8D. RGB value is (190,110,141). Sum of RGB (Red+Green+Blue) = 190+110+141=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E8D is #419172. Grayscale: #898989. Windows color (decimal): -4297075 or 9268926. OLE color: 9268926.

HSL color Cylindrical-coordinate representation of color #BE6E8D: hue angle of 336.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6E8D is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 110 141 -
CMYK 0 0.42 0.26 0.25
HSL 336.75º 0.38% 0.59% -
HSV(B) 336.75º 0.42% 0.75% -
XYZ 31.62 24.02 28.17 -
YUV 137.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 190 110 141 0 0.42 0.26 0.25 336.75 0.38 0.59
Hex BE 6E 8D 0 2A 1A 19 151 26 3B
Octal 276 156 215 0 52 32 31 521 46 73
Binary 10111110 1101110 10001101 0 101010 11010 11001 101010001 100110 111011

Color Harmonies of #BE6E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6E8D

Black with #BE6E8D

Text Example


Text Example

White with #BE6E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6E8D; }

 p { color: rgb(190,110,141); }

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

background-color css

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

 a { background-color: rgb(190,110,141); }

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

border-color css

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

 span { border-color: rgb(190,110,141); }

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