Html Css Color HEX #BE6294 Hopbush

📋 copy color: '#BE6294'

red 190 ◦ green 98 ◦ blue 148

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

Shades of Hopbush #BE6294

Tints of Hopbush #BE6294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.48%

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

R = 43.58%
G = 22.48%
B = 33.94%

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

#BE6294 (or 0xBE6294) is known color: Hopbush. HEX triplet: BE, 62 and 94. RGB value is (190,98,148). Sum of RGB (Red+Green+Blue) = 190+98+148=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6294 is #419D6B. Grayscale: #838383. Windows color (decimal): -4300140 or 9724606. OLE color: 9724606.

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

Color convert

RGB 190 98 148 -
CMYK 0 0.48 0.22 0.25
HSL 327.39º 0.41% 0.56% -
HSV(B) 327.39º 0.48% 0.75% -
XYZ 30.95 21.82 30.6 -
YUV 131.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 190 98 148 0 0.48 0.22 0.25 327.39 0.41 0.56
Hex BE 62 94 0 30 16 19 147 29 38
Octal 276 142 224 0 60 26 31 507 51 70
Binary 10111110 1100010 10010100 0 110000 10110 11001 101000111 101001 111000

Color Harmonies of #BE6294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6294

Black with #BE6294

Text Example


Text Example

White with #BE6294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6294; }

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

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

background-color css

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

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

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

border-color css

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

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

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