Html Css Color HEX #BE86ED Wisteria

📋 copy color: '#BE86ED'

red 190 ◦ green 134 ◦ blue 237

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

Shades of Wisteria #BE86ED

Tints of Wisteria #BE86ED

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.89%

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 33.87%
G = 23.89%
B = 42.25%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE86ED (or 0xBE86ED) is known color: Wisteria. HEX triplet: BE, 86 and ED. RGB value is (190,134,237). Sum of RGB (Red+Green+Blue) = 190+134+237=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE86ED is #417912. Grayscale: #A2A2A2. Windows color (decimal): -4290835 or 15566526. OLE color: 15566526.

HSL color Cylindrical-coordinate representation of color #BE86ED: hue angle of 272.62º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE86ED is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 134 237 -
CMYK 0.20 0.43 0 0.07
HSL 272.62º 0.74% 0.73% -
HSV(B) 272.62º 0.43% 0.93% -
XYZ 45.05 34.11 84.33 -
YUV 162.49 170.05 147.62 -
System Red Green Blue C M Y K H S L
Decimal 190 134 237 0.20 0.43 0 0.07 272.62 0.74 0.73
Hex BE 86 ED 14 2B 0 7 111 4A 49
Octal 276 206 355 24 53 0 7 421 112 111
Binary 10111110 10000110 11101101 10100 101011 0 111 100010001 1001010 1001001

Color Harmonies of #BE86ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86ED

Black with #BE86ED

Text Example


Text Example

White with #BE86ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86ED; }

 p { color: rgb(190,134,237); }

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

background-color css

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

 a { background-color: rgb(190,134,237); }

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

border-color css

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

 span { border-color: rgb(190,134,237); }

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