Html Css Color HEX #BE92DB Wisteria

📋 copy color: '#BE92DB'

red 190 ◦ green 146 ◦ blue 219

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

Shades of Wisteria #BE92DB

Tints of Wisteria #BE92DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 34.23%
G = 26.31%
B = 39.46%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE92DB (or 0xBE92DB) is known color: Wisteria. HEX triplet: BE, 92 and DB. RGB value is (190,146,219). Sum of RGB (Red+Green+Blue) = 190+146+219=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92DB is #416D24. Grayscale: #A7A7A7. Windows color (decimal): -4287781 or 14389950. OLE color: 14389950.

HSL color Cylindrical-coordinate representation of color #BE92DB: hue angle of 276.16º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE92DB is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 146 219 -
CMYK 0.13 0.33 0 0.14
HSL 276.16º 0.5% 0.72% -
HSV(B) 276.16º 0.33% 0.86% -
XYZ 44.3 36.62 71.75 -
YUV 167.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 190 146 219 0.13 0.33 0 0.14 276.16 0.5 0.72
Hex BE 92 DB D 21 0 E 114 32 48
Octal 276 222 333 15 41 0 16 424 62 110
Binary 10111110 10010010 11011011 1101 100001 0 1110 100010100 110010 1001000

Color Harmonies of #BE92DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE92DB

Black with #BE92DB

Text Example


Text Example

White with #BE92DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE92DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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