Html Css Color HEX #BE8CDD Wisteria

📋 copy color: '#BE8CDD'

red 190 ◦ green 140 ◦ blue 221

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

Shades of Wisteria #BE8CDD

Tints of Wisteria #BE8CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 34.48%
G = 25.41%
B = 40.11%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE8CDD (or 0xBE8CDD) is known color: Wisteria. HEX triplet: BE, 8C and DD. RGB value is (190,140,221). Sum of RGB (Red+Green+Blue) = 190+140+221=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CDD is #417322. Grayscale: #A3A3A3. Windows color (decimal): -4289315 or 14519486. OLE color: 14519486.

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

Color convert

RGB 190 140 221 -
CMYK 0.14 0.37 0 0.13
HSL 277.04º 0.54% 0.71% -
HSV(B) 277.04º 0.37% 0.87% -
XYZ 43.66 34.92 72.85 -
YUV 164.18 160.07 146.41 -
System Red Green Blue C M Y K H S L
Decimal 190 140 221 0.14 0.37 0 0.13 277.04 0.54 0.71
Hex BE 8C DD E 25 0 D 115 36 47
Octal 276 214 335 16 45 0 15 425 66 107
Binary 10111110 10001100 11011101 1110 100101 0 1101 100010101 110110 1000111

Color Harmonies of #BE8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8CDD

Black with #BE8CDD

Text Example


Text Example

White with #BE8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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