Html Css Color HEX #BE6390 Hopbush

📋 copy color: '#BE6390'

red 190 ◦ green 99 ◦ blue 144

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

Shades of Hopbush #BE6390

Tints of Hopbush #BE6390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 43.88%
G = 22.86%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE6390 (or 0xBE6390) is known color: Hopbush. HEX triplet: BE, 63 and 90. RGB value is (190,99,144). Sum of RGB (Red+Green+Blue) = 190+99+144=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6390 is #419C6F. Grayscale: #838383. Windows color (decimal): -4299888 or 9462718. OLE color: 9462718.

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

Color convert

RGB 190 99 144 -
CMYK 0 0.48 0.24 0.25
HSL 330.33º 0.41% 0.57% -
HSV(B) 330.33º 0.48% 0.75% -
XYZ 30.73 21.88 28.99 -
YUV 131.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 190 99 144 0 0.48 0.24 0.25 330.33 0.41 0.57
Hex BE 63 90 0 30 18 19 14A 29 39
Octal 276 143 220 0 60 30 31 512 51 71
Binary 10111110 1100011 10010000 0 110000 11000 11001 101001010 101001 111001

Color Harmonies of #BE6390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6390

Black with #BE6390

Text Example


Text Example

White with #BE6390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6390; }

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

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

background-color css

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

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

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

border-color css

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

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

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