Html Css Color HEX #BE7CDD Wisteria

📋 copy color: '#BE7CDD'

red 190 ◦ green 124 ◦ blue 221

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

Shades of Wisteria #BE7CDD

Tints of Wisteria #BE7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.18%

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

R = 35.51%
G = 23.18%
B = 41.31%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE7CDD (or 0xBE7CDD) is known color: Wisteria. HEX triplet: BE, 7C and DD. RGB value is (190,124,221). Sum of RGB (Red+Green+Blue) = 190+124+221=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CDD is #418322. Grayscale: #9A9A9A. Windows color (decimal): -4293411 or 14515390. OLE color: 14515390.

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

Color convert

RGB 190 124 221 -
CMYK 0.14 0.44 0 0.13
HSL 280.82º 0.59% 0.68% -
HSV(B) 280.82º 0.44% 0.87% -
XYZ 41.49 30.58 72.12 -
YUV 154.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 190 124 221 0.14 0.44 0 0.13 280.82 0.59 0.68
Hex BE 7C DD E 2C 0 D 119 3B 44
Octal 276 174 335 16 54 0 15 431 73 104
Binary 10111110 1111100 11011101 1110 101100 0 1101 100011001 111011 1000100

Color Harmonies of #BE7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7CDD

Black with #BE7CDD

Text Example


Text Example

White with #BE7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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