Html Css Color HEX #BE8CDA Wisteria

📋 copy color: '#BE8CDA'

red 190 ◦ green 140 ◦ blue 218

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

Shades of Wisteria #BE8CDA

Tints of Wisteria #BE8CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.55%

 BLUE value IS 218 (85.55% from 255) = 39.78%

R = 34.67%
G = 25.55%
B = 39.78%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE8CDA (or 0xBE8CDA) is known color: Wisteria. HEX triplet: BE, 8C and DA. RGB value is (190,140,218). Sum of RGB (Red+Green+Blue) = 190+140+218=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CDA is #417325. Grayscale: #A3A3A3. Windows color (decimal): -4289318 or 14322878. OLE color: 14322878.

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

Color convert

RGB 190 140 218 -
CMYK 0.13 0.36 0 0.15
HSL 278.46º 0.51% 0.7% -
HSV(B) 278.46º 0.36% 0.85% -
XYZ 43.27 34.77 70.76 -
YUV 163.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 190 140 218 0.13 0.36 0 0.15 278.46 0.51 0.7
Hex BE 8C DA D 24 0 F 116 33 46
Octal 276 214 332 15 44 0 17 426 63 106
Binary 10111110 10001100 11011010 1101 100100 0 1111 100010110 110011 1000110

Color Harmonies of #BE8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8CDA

Black with #BE8CDA

Text Example


Text Example

White with #BE8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8CDA; }

 p { color: rgb(190,140,218); }

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

background-color css

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

 a { background-color: rgb(190,140,218); }

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

border-color css

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

 span { border-color: rgb(190,140,218); }

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