Html Css Color HEX #BE6994 Hopbush

📋 copy color: '#BE6994'

red 190 ◦ green 105 ◦ blue 148

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

Shades of Hopbush #BE6994

Tints of Hopbush #BE6994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.7%

 BLUE value IS 148 (58.2% from 255) = 33.41%

R = 42.89%
G = 23.7%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE6994 (or 0xBE6994) is known color: Hopbush. HEX triplet: BE, 69 and 94. RGB value is (190,105,148). Sum of RGB (Red+Green+Blue) = 190+105+148=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6994 is #41966B. Grayscale: #878787. Windows color (decimal): -4298348 or 9726398. OLE color: 9726398.

HSL color Cylindrical-coordinate representation of color #BE6994: hue angle of 329.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6994 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 105 148 -
CMYK 0 0.45 0.22 0.25
HSL 329.65º 0.4% 0.58% -
HSV(B) 329.65º 0.45% 0.75% -
XYZ 31.63 23.19 30.83 -
YUV 135.32 135.16 167 -
System Red Green Blue C M Y K H S L
Decimal 190 105 148 0 0.45 0.22 0.25 329.65 0.4 0.58
Hex BE 69 94 0 2D 16 19 14A 28 3A
Octal 276 151 224 0 55 26 31 512 50 72
Binary 10111110 1101001 10010100 0 101101 10110 11001 101001010 101000 111010

Color Harmonies of #BE6994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6994

Black with #BE6994

Text Example


Text Example

White with #BE6994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6994; }

 p { color: rgb(190,105,148); }

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

background-color css

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

 a { background-color: rgb(190,105,148); }

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

border-color css

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

 span { border-color: rgb(190,105,148); }

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