Html Css Color HEX #BE85F0 Wisteria

📋 copy color: '#BE85F0'

red 190 ◦ green 133 ◦ blue 240

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

Shades of Wisteria #BE85F0

Tints of Wisteria #BE85F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.63%

R = 33.75%
G = 23.62%
B = 42.63%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE85F0 (or 0xBE85F0) is known color: Wisteria. HEX triplet: BE, 85 and F0. RGB value is (190,133,240). Sum of RGB (Red+Green+Blue) = 190+133+240=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE85F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE85F0 is #417A0F. Grayscale: #A1A1A1. Windows color (decimal): -4291088 or 15762878. OLE color: 15762878.

HSL color Cylindrical-coordinate representation of color #BE85F0: hue angle of 271.96º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE85F0 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 133 240 -
CMYK 0.21 0.45 0 0.06
HSL 271.96º 0.78% 0.73% -
HSV(B) 271.96º 0.45% 0.94% -
XYZ 45.35 34.01 86.61 -
YUV 162.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 190 133 240 0.21 0.45 0 0.06 271.96 0.78 0.73
Hex BE 85 F0 15 2D 0 6 110 4E 49
Octal 276 205 360 25 55 0 6 420 116 111
Binary 10111110 10000101 11110000 10101 101101 0 110 100010000 1001110 1001001

Color Harmonies of #BE85F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85F0

Black with #BE85F0

Text Example


Text Example

White with #BE85F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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