Html Css Color HEX #BE8EDE Wisteria

📋 copy color: '#BE8EDE'

red 190 ◦ green 142 ◦ blue 222

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

Shades of Wisteria #BE8EDE

Tints of Wisteria #BE8EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.63%

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 34.3%
G = 25.63%
B = 40.07%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE8EDE (or 0xBE8EDE) is known color: Wisteria. HEX triplet: BE, 8E and DE. RGB value is (190,142,222). Sum of RGB (Red+Green+Blue) = 190+142+222=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE8EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8EDE is #417121. Grayscale: #A5A5A5. Windows color (decimal): -4288802 or 14585534. OLE color: 14585534.

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

Color convert

RGB 190 142 222 -
CMYK 0.14 0.36 0 0.13
HSL 276º 0.55% 0.71% -
HSV(B) 276º 0.36% 0.87% -
XYZ 44.09 35.57 73.65 -
YUV 165.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 190 142 222 0.14 0.36 0 0.13 276 0.55 0.71
Hex BE 8E DE E 24 0 D 114 37 47
Octal 276 216 336 16 44 0 15 424 67 107
Binary 10111110 10001110 11011110 1110 100100 0 1101 100010100 110111 1000111

Color Harmonies of #BE8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8EDE

Black with #BE8EDE

Text Example


Text Example

White with #BE8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8EDE; }

 p { color: rgb(190,142,222); }

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

background-color css

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

 a { background-color: rgb(190,142,222); }

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

border-color css

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

 span { border-color: rgb(190,142,222); }

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