Html Css Color HEX #BE85E5 Wisteria

📋 copy color: '#BE85E5'

red 190 ◦ green 133 ◦ blue 229

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

Shades of Wisteria #BE85E5

Tints of Wisteria #BE85E5

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.09%

 BLUE value IS 229 (89.84% from 255) = 41.49%

R = 34.42%
G = 24.09%
B = 41.49%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE85E5 (or 0xBE85E5) is known color: Wisteria. HEX triplet: BE, 85 and E5. RGB value is (190,133,229). Sum of RGB (Red+Green+Blue) = 190+133+229=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE85E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85E5 is #417A1A. Grayscale: #A0A0A0. Windows color (decimal): -4291099 or 15041982. OLE color: 15041982.

HSL color Cylindrical-coordinate representation of color #BE85E5: hue angle of 275.62º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE85E5 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 133 229 -
CMYK 0.17 0.42 0 0.10
HSL 275.63º 0.65% 0.71% -
HSV(B) 275.63º 0.42% 0.9% -
XYZ 43.77 33.38 78.26 -
YUV 160.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 190 133 229 0.17 0.42 0 0.10 275.63 0.65 0.71
Hex BE 85 E5 11 2A 0 A 114 41 47
Octal 276 205 345 21 52 0 12 424 101 107
Binary 10111110 10000101 11100101 10001 101010 0 1010 100010100 1000001 1000111

Color Harmonies of #BE85E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85E5

Black with #BE85E5

Text Example


Text Example

White with #BE85E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85E5; }

 p { color: rgb(190,133,229); }

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

background-color css

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

 a { background-color: rgb(190,133,229); }

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

border-color css

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

 span { border-color: rgb(190,133,229); }

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