Html Css Color HEX #BE7E9D Hopbush

📋 copy color: '#BE7E9D'

red 190 ◦ green 126 ◦ blue 157

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

Shades of Hopbush #BE7E9D

Tints of Hopbush #BE7E9D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.64%

 BLUE value IS 157 (61.72% from 255) = 33.19%

R = 40.17%
G = 26.64%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE7E9D (or 0xBE7E9D) is known color: Hopbush. HEX triplet: BE, 7E and 9D. RGB value is (190,126,157). Sum of RGB (Red+Green+Blue) = 190+126+157=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E9D is #418162. Grayscale: #949494. Windows color (decimal): -4292963 or 10321598. OLE color: 10321598.

HSL color Cylindrical-coordinate representation of color #BE7E9D: hue angle of 330.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7E9D is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 126 157 -
CMYK 0 0.34 0.17 0.25
HSL 330.94º 0.33% 0.62% -
HSV(B) 330.94º 0.34% 0.75% -
XYZ 34.78 28.3 35.53 -
YUV 148.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 190 126 157 0 0.34 0.17 0.25 330.94 0.33 0.62
Hex BE 7E 9D 0 22 11 19 14B 21 3E
Octal 276 176 235 0 42 21 31 513 41 76
Binary 10111110 1111110 10011101 0 100010 10001 11001 101001011 100001 111110

Color Harmonies of #BE7E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E9D

Black with #BE7E9D

Text Example


Text Example

White with #BE7E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E9D; }

 p { color: rgb(190,126,157); }

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

background-color css

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

 a { background-color: rgb(190,126,157); }

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

border-color css

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

 span { border-color: rgb(190,126,157); }

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