Html Css Color HEX #BE86D6 Wisteria

📋 copy color: '#BE86D6'

red 190 ◦ green 134 ◦ blue 214

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

Shades of Wisteria #BE86D6

Tints of Wisteria #BE86D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.78%

R = 35.32%
G = 24.91%
B = 39.78%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE86D6 (or 0xBE86D6) is known color: Wisteria. HEX triplet: BE, 86 and D6. RGB value is (190,134,214). Sum of RGB (Red+Green+Blue) = 190+134+214=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE86D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86D6 is #417929. Grayscale: #9F9F9F. Windows color (decimal): -4290858 or 14059198. OLE color: 14059198.

HSL color Cylindrical-coordinate representation of color #BE86D6: hue angle of 282º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE86D6 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 134 214 -
CMYK 0.11 0.37 0 0.16
HSL 282º 0.49% 0.68% -
HSV(B) 282º 0.37% 0.84% -
XYZ 41.9 32.85 67.75 -
YUV 159.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 190 134 214 0.11 0.37 0 0.16 282 0.49 0.68
Hex BE 86 D6 B 25 0 10 11A 31 44
Octal 276 206 326 13 45 0 20 432 61 104
Binary 10111110 10000110 11010110 1011 100101 0 10000 100011010 110001 1000100

Color Harmonies of #BE86D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86D6

Black with #BE86D6

Text Example


Text Example

White with #BE86D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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