Html Css Color HEX #BE92DF Wisteria

📋 copy color: '#BE92DF'

red 190 ◦ green 146 ◦ blue 223

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

Shades of Wisteria #BE92DF

Tints of Wisteria #BE92DF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.12%

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 33.99%
G = 26.12%
B = 39.89%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE92DF (or 0xBE92DF) is known color: Wisteria. HEX triplet: BE, 92 and DF. RGB value is (190,146,223). Sum of RGB (Red+Green+Blue) = 190+146+223=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92DF is #416D20. Grayscale: #A7A7A7. Windows color (decimal): -4287777 or 14652094. OLE color: 14652094.

HSL color Cylindrical-coordinate representation of color #BE92DF: hue angle of 274.29º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE92DF is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 146 223 -
CMYK 0.15 0.35 0 0.13
HSL 274.29º 0.55% 0.72% -
HSV(B) 274.29º 0.35% 0.87% -
XYZ 44.83 36.83 74.56 -
YUV 167.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 190 146 223 0.15 0.35 0 0.13 274.29 0.55 0.72
Hex BE 92 DF F 23 0 D 112 37 48
Octal 276 222 337 17 43 0 15 422 67 110
Binary 10111110 10010010 11011111 1111 100011 0 1101 100010010 110111 1001000

Color Harmonies of #BE92DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE92DF

Black with #BE92DF

Text Example


Text Example

White with #BE92DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE92DF; }

 p { color: rgb(190,146,223); }

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

background-color css

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

 a { background-color: rgb(190,146,223); }

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

border-color css

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

 span { border-color: rgb(190,146,223); }

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