Html Css Color HEX #BE6394 Hopbush

📋 copy color: '#BE6394'

red 190 ◦ green 99 ◦ blue 148

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

Shades of Hopbush #BE6394

Tints of Hopbush #BE6394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.65%

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

R = 43.48%
G = 22.65%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE6394 (or 0xBE6394) is known color: Hopbush. HEX triplet: BE, 63 and 94. RGB value is (190,99,148). Sum of RGB (Red+Green+Blue) = 190+99+148=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6394 is #419C6B. Grayscale: #838383. Windows color (decimal): -4299884 or 9724862. OLE color: 9724862.

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

Color convert

RGB 190 99 148 -
CMYK 0 0.48 0.22 0.25
HSL 327.69º 0.41% 0.57% -
HSV(B) 327.69º 0.48% 0.75% -
XYZ 31.04 22.01 30.63 -
YUV 131.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 190 99 148 0 0.48 0.22 0.25 327.69 0.41 0.57
Hex BE 63 94 0 30 16 19 148 29 39
Octal 276 143 224 0 60 26 31 510 51 71
Binary 10111110 1100011 10010100 0 110000 10110 11001 101001000 101001 111001

Color Harmonies of #BE6394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6394

Black with #BE6394

Text Example


Text Example

White with #BE6394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6394; }

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

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

background-color css

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

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

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

border-color css

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

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

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