Html Css Color HEX #BE8DCE Wisteria

📋 copy color: '#BE8DCE'

red 190 ◦ green 141 ◦ blue 206

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

Shades of Wisteria #BE8DCE

Tints of Wisteria #BE8DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.26%

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 35.38%
G = 26.26%
B = 38.36%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE8DCE (or 0xBE8DCE) is known color: Wisteria. HEX triplet: BE, 8D and CE. RGB value is (190,141,206). Sum of RGB (Red+Green+Blue) = 190+141+206=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE8DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DCE is #417231. Grayscale: #A2A2A2. Windows color (decimal): -4289074 or 13536702. OLE color: 13536702.

HSL color Cylindrical-coordinate representation of color #BE8DCE: hue angle of 285.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE8DCE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 141 206 -
CMYK 0.08 0.32 0 0.19
HSL 285.23º 0.4% 0.68% -
HSV(B) 285.23º 0.32% 0.81% -
XYZ 41.9 34.45 62.83 -
YUV 163.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 190 141 206 0.08 0.32 0 0.19 285.23 0.4 0.68
Hex BE 8D CE 8 20 0 13 11D 28 44
Octal 276 215 316 10 40 0 23 435 50 104
Binary 10111110 10001101 11001110 1000 100000 0 10011 100011101 101000 1000100

Color Harmonies of #BE8DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8DCE

Black with #BE8DCE

Text Example


Text Example

White with #BE8DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8DCE; }

 p { color: rgb(190,141,206); }

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

background-color css

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

 a { background-color: rgb(190,141,206); }

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

border-color css

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

 span { border-color: rgb(190,141,206); }

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