Html Css Color HEX #BE90DD Wisteria

📋 copy color: '#BE90DD'

red 190 ◦ green 144 ◦ blue 221

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

Shades of Wisteria #BE90DD

Tints of Wisteria #BE90DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.95%

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 34.23%
G = 25.95%
B = 39.82%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE90DD (or 0xBE90DD) is known color: Wisteria. HEX triplet: BE, 90 and DD. RGB value is (190,144,221). Sum of RGB (Red+Green+Blue) = 190+144+221=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90DD is #416F22. Grayscale: #A6A6A6. Windows color (decimal): -4288291 or 14520510. OLE color: 14520510.

HSL color Cylindrical-coordinate representation of color #BE90DD: hue angle of 275.84º degrees, saturation: 0.53, 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 #BE90DD is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 144 221 -
CMYK 0.14 0.35 0 0.13
HSL 275.84º 0.53% 0.72% -
HSV(B) 275.84º 0.35% 0.87% -
XYZ 44.26 36.11 73.04 -
YUV 166.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 190 144 221 0.14 0.35 0 0.13 275.84 0.53 0.72
Hex BE 90 DD E 23 0 D 114 35 48
Octal 276 220 335 16 43 0 15 424 65 110
Binary 10111110 10010000 11011101 1110 100011 0 1101 100010100 110101 1001000

Color Harmonies of #BE90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE90DD

Black with #BE90DD

Text Example


Text Example

White with #BE90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE90DD; }

 p { color: rgb(190,144,221); }

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

background-color css

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

 a { background-color: rgb(190,144,221); }

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

border-color css

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

 span { border-color: rgb(190,144,221); }

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