Html Css Color HEX #BE6894 Hopbush

📋 copy color: '#BE6894'

red 190 ◦ green 104 ◦ blue 148

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

Shades of Hopbush #BE6894

Tints of Hopbush #BE6894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.53%

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

R = 42.99%
G = 23.53%
B = 33.48%

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

#BE6894 (or 0xBE6894) is known color: Hopbush. HEX triplet: BE, 68 and 94. RGB value is (190,104,148). Sum of RGB (Red+Green+Blue) = 190+104+148=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6894 is #41976B. Grayscale: #868686. Windows color (decimal): -4298604 or 9726142. OLE color: 9726142.

HSL color Cylindrical-coordinate representation of color #BE6894: hue angle of 329.3º 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 #BE6894 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 104 148 -
CMYK 0 0.45 0.22 0.25
HSL 329.3º 0.4% 0.58% -
HSV(B) 329.3º 0.45% 0.75% -
XYZ 31.53 22.99 30.79 -
YUV 134.73 135.49 167.42 -
System Red Green Blue C M Y K H S L
Decimal 190 104 148 0 0.45 0.22 0.25 329.3 0.4 0.58
Hex BE 68 94 0 2D 16 19 149 28 3A
Octal 276 150 224 0 55 26 31 511 50 72
Binary 10111110 1101000 10010100 0 101101 10110 11001 101001001 101000 111010

Color Harmonies of #BE6894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6894

Black with #BE6894

Text Example


Text Example

White with #BE6894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6894; }

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

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

background-color css

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

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

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

border-color css

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

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

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