Html Css Color HEX #BE80F0 Wisteria

📋 copy color: '#BE80F0'

red 190 ◦ green 128 ◦ blue 240

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

Shades of Wisteria #BE80F0

Tints of Wisteria #BE80F0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.94%

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

R = 34.05%
G = 22.94%
B = 43.01%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE80F0 (or 0xBE80F0) is known color: Wisteria. HEX triplet: BE, 80 and F0. RGB value is (190,128,240). Sum of RGB (Red+Green+Blue) = 190+128+240=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE80F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE80F0 is #417F0F. Grayscale: #9E9E9E. Windows color (decimal): -4292368 or 15761598. OLE color: 15761598.

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

Color convert

RGB 190 128 240 -
CMYK 0.21 0.47 0 0.06
HSL 273.21º 0.79% 0.72% -
HSV(B) 273.21º 0.47% 0.94% -
XYZ 44.68 32.68 86.39 -
YUV 159.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 190 128 240 0.21 0.47 0 0.06 273.21 0.79 0.72
Hex BE 80 F0 15 2F 0 6 111 4F 48
Octal 276 200 360 25 57 0 6 421 117 110
Binary 10111110 10000000 11110000 10101 101111 0 110 100010001 1001111 1001000

Color Harmonies of #BE80F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80F0

Black with #BE80F0

Text Example


Text Example

White with #BE80F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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