Html Css Color HEX #BE7594 Hopbush

📋 copy color: '#BE7594'

red 190 ◦ green 117 ◦ blue 148

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

Shades of Hopbush #BE7594

Tints of Hopbush #BE7594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.71%

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

R = 41.76%
G = 25.71%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE7594 (or 0xBE7594) is known color: Hopbush. HEX triplet: BE, 75 and 94. RGB value is (190,117,148). Sum of RGB (Red+Green+Blue) = 190+117+148=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7594 is #418A6B. Grayscale: #8E8E8E. Windows color (decimal): -4295276 or 9729470. OLE color: 9729470.

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

Color convert

RGB 190 117 148 -
CMYK 0 0.38 0.22 0.25
HSL 334.52º 0.36% 0.6% -
HSV(B) 334.52º 0.38% 0.75% -
XYZ 32.94 25.81 31.26 -
YUV 142.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 190 117 148 0 0.38 0.22 0.25 334.52 0.36 0.6
Hex BE 75 94 0 26 16 19 14F 24 3C
Octal 276 165 224 0 46 26 31 517 44 74
Binary 10111110 1110101 10010100 0 100110 10110 11001 101001111 100100 111100

Color Harmonies of #BE7594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7594

Black with #BE7594

Text Example


Text Example

White with #BE7594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7594; }

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

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

background-color css

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

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

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

border-color css

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

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

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