Html Css Color HEX #BE8AFE Wisteria

📋 copy color: '#BE8AFE'

red 190 ◦ green 138 ◦ blue 254

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

Shades of Wisteria #BE8AFE

Tints of Wisteria #BE8AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 32.65%
G = 23.71%
B = 43.64%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE8AFE (or 0xBE8AFE) is known color: Wisteria. HEX triplet: BE, 8A and FE. RGB value is (190,138,254). Sum of RGB (Red+Green+Blue) = 190+138+254=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE8AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8AFE is #417501. Grayscale: #A6A6A6. Windows color (decimal): -4289794 or 16681662. OLE color: 16681662.

HSL color Cylindrical-coordinate representation of color #BE8AFE: hue angle of 266.9º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE8AFE is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 138 254 -
CMYK 0.25 0.46 0 0.00
HSL 266.9º 0.98% 0.77% -
HSV(B) 266.9º 0.46% 1% -
XYZ 48.21 36.28 98.23 -
YUV 166.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 190 138 254 0.25 0.46 0 0.00 266.9 0.98 0.77
Hex BE 8A FE 19 2E 0 0 10B 62 4D
Octal 276 212 376 31 56 0 0 413 142 115
Binary 10111110 10001010 11111110 11001 101110 0 0 100001011 1100010 1001101

Color Harmonies of #BE8AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8AFE

Black with #BE8AFE

Text Example


Text Example

White with #BE8AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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