Html Css Color HEX #BE88D8 Wisteria

📋 copy color: '#BE88D8'

red 190 ◦ green 136 ◦ blue 216

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

Shades of Wisteria #BE88D8

Tints of Wisteria #BE88D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.85%

R = 35.06%
G = 25.09%
B = 39.85%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE88D8 (or 0xBE88D8) is known color: Wisteria. HEX triplet: BE, 88 and D8. RGB value is (190,136,216). Sum of RGB (Red+Green+Blue) = 190+136+216=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE88D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88D8 is #417727. Grayscale: #A1A1A1. Windows color (decimal): -4290344 or 14190782. OLE color: 14190782.

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

Color convert

RGB 190 136 216 -
CMYK 0.12 0.37 0 0.15
HSL 280.5º 0.51% 0.69% -
HSV(B) 280.5º 0.37% 0.85% -
XYZ 42.43 33.51 69.2 -
YUV 161.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 190 136 216 0.12 0.37 0 0.15 280.5 0.51 0.69
Hex BE 88 D8 C 25 0 F 118 33 45
Octal 276 210 330 14 45 0 17 430 63 105
Binary 10111110 10001000 11011000 1100 100101 0 1111 100011000 110011 1000101

Color Harmonies of #BE88D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE88D8

Black with #BE88D8

Text Example


Text Example

White with #BE88D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE88D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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