Html Css Color HEX #BE88F0 Wisteria

📋 copy color: '#BE88F0'

red 190 ◦ green 136 ◦ blue 240

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

Shades of Wisteria #BE88F0

Tints of Wisteria #BE88F0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.03%

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

R = 33.57%
G = 24.03%
B = 42.4%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE88F0 (or 0xBE88F0) is known color: Wisteria. HEX triplet: BE, 88 and F0. RGB value is (190,136,240). Sum of RGB (Red+Green+Blue) = 190+136+240=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE88F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE88F0 is #41770F. Grayscale: #A3A3A3. Windows color (decimal): -4290320 or 15763646. OLE color: 15763646.

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

Color convert

RGB 190 136 240 -
CMYK 0.21 0.43 0 0.06
HSL 271.15º 0.78% 0.74% -
HSV(B) 271.15º 0.43% 0.94% -
XYZ 45.77 34.85 86.75 -
YUV 164 170.89 146.54 -
System Red Green Blue C M Y K H S L
Decimal 190 136 240 0.21 0.43 0 0.06 271.15 0.78 0.74
Hex BE 88 F0 15 2B 0 6 10F 4E 4A
Octal 276 210 360 25 53 0 6 417 116 112
Binary 10111110 10001000 11110000 10101 101011 0 110 100001111 1001110 1001010

Color Harmonies of #BE88F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE88F0

Black with #BE88F0

Text Example


Text Example

White with #BE88F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE88F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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