Html Css Color HEX #BE8BCE Wisteria

📋 copy color: '#BE8BCE'

red 190 ◦ green 139 ◦ blue 206

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

Shades of Wisteria #BE8BCE

Tints of Wisteria #BE8BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.98%

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

R = 35.51%
G = 25.98%
B = 38.5%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE8BCE (or 0xBE8BCE) is known color: Wisteria. HEX triplet: BE, 8B and CE. RGB value is (190,139,206). Sum of RGB (Red+Green+Blue) = 190+139+206=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE8BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8BCE is #417431. Grayscale: #A1A1A1. Windows color (decimal): -4289586 or 13536190. OLE color: 13536190.

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

Color convert

RGB 190 139 206 -
CMYK 0.08 0.33 0 0.19
HSL 285.67º 0.41% 0.68% -
HSV(B) 285.67º 0.33% 0.81% -
XYZ 41.61 33.87 62.74 -
YUV 161.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 190 139 206 0.08 0.33 0 0.19 285.67 0.41 0.68
Hex BE 8B CE 8 21 0 13 11E 29 44
Octal 276 213 316 10 41 0 23 436 51 104
Binary 10111110 10001011 11001110 1000 100001 0 10011 100011110 101001 1000100

Color Harmonies of #BE8BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8BCE

Black with #BE8BCE

Text Example


Text Example

White with #BE8BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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