Html Css Color HEX #BE88D7 Wisteria

📋 copy color: '#BE88D7'

red 190 ◦ green 136 ◦ blue 215

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

Shades of Wisteria #BE88D7

Tints of Wisteria #BE88D7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.14%

 BLUE value IS 215 (84.38% from 255) = 39.74%

R = 35.12%
G = 25.14%
B = 39.74%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE88D7 (or 0xBE88D7) is known color: Wisteria. HEX triplet: BE, 88 and D7. RGB value is (190,136,215). Sum of RGB (Red+Green+Blue) = 190+136+215=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE88D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88D7 is #417728. Grayscale: #A0A0A0. Windows color (decimal): -4290345 or 14125246. OLE color: 14125246.

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

Color convert

RGB 190 136 215 -
CMYK 0.12 0.37 0 0.16
HSL 281.01º 0.5% 0.69% -
HSV(B) 281.01º 0.37% 0.84% -
XYZ 42.31 33.46 68.52 -
YUV 161.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 190 136 215 0.12 0.37 0 0.16 281.01 0.5 0.69
Hex BE 88 D7 C 25 0 10 119 32 45
Octal 276 210 327 14 45 0 20 431 62 105
Binary 10111110 10001000 11010111 1100 100101 0 10000 100011001 110010 1000101

Color Harmonies of #BE88D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE88D7

Black with #BE88D7

Text Example


Text Example

White with #BE88D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE88D7; }

 p { color: rgb(190,136,215); }

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

background-color css

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

 a { background-color: rgb(190,136,215); }

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

border-color css

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

 span { border-color: rgb(190,136,215); }

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