Html Css Color HEX #BE8AF0 Wisteria

📋 copy color: '#BE8AF0'

red 190 ◦ green 138 ◦ blue 240

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

Shades of Wisteria #BE8AF0

Tints of Wisteria #BE8AF0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.3%

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

R = 33.45%
G = 24.3%
B = 42.25%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE8AF0 (or 0xBE8AF0) is known color: Wisteria. HEX triplet: BE, 8A and F0. RGB value is (190,138,240). Sum of RGB (Red+Green+Blue) = 190+138+240=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE8AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8AF0 is #41750F. Grayscale: #A4A4A4. Windows color (decimal): -4289808 or 15764158. OLE color: 15764158.

HSL color Cylindrical-coordinate representation of color #BE8AF0: hue angle of 270.59º degrees, saturation: 0.77, 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 #BE8AF0 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 138 240 -
CMYK 0.21 0.42 0 0.06
HSL 270.59º 0.77% 0.74% -
HSV(B) 270.59º 0.43% 0.94% -
XYZ 46.05 35.42 86.85 -
YUV 165.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 190 138 240 0.21 0.42 0 0.06 270.59 0.77 0.74
Hex BE 8A F0 15 2A 0 6 10F 4D 4A
Octal 276 212 360 25 52 0 6 417 115 112
Binary 10111110 10001010 11110000 10101 101010 0 110 100001111 1001101 1001010

Color Harmonies of #BE8AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8AF0

Black with #BE8AF0

Text Example


Text Example

White with #BE8AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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