Html Css Color HEX #BE7ADE Wisteria

📋 copy color: '#BE7ADE'

red 190 ◦ green 122 ◦ blue 222

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

Shades of Wisteria #BE7ADE

Tints of Wisteria #BE7ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.85%

 BLUE value IS 222 (87.11% from 255) = 41.57%

R = 35.58%
G = 22.85%
B = 41.57%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE7ADE (or 0xBE7ADE) is known color: Wisteria. HEX triplet: BE, 7A and DE. RGB value is (190,122,222). Sum of RGB (Red+Green+Blue) = 190+122+222=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ADE is #418521. Grayscale: #999999. Windows color (decimal): -4293922 or 14580414. OLE color: 14580414.

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

Color convert

RGB 190 122 222 -
CMYK 0.14 0.45 0 0.13
HSL 280.8º 0.6% 0.67% -
HSV(B) 280.8º 0.45% 0.87% -
XYZ 41.38 30.14 72.74 -
YUV 153.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 190 122 222 0.14 0.45 0 0.13 280.8 0.6 0.67
Hex BE 7A DE E 2D 0 D 119 3C 43
Octal 276 172 336 16 55 0 15 431 74 103
Binary 10111110 1111010 11011110 1110 101101 0 1101 100011001 111100 1000011

Color Harmonies of #BE7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7ADE

Black with #BE7ADE

Text Example


Text Example

White with #BE7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7ADE; }

 p { color: rgb(190,122,222); }

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

background-color css

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

 a { background-color: rgb(190,122,222); }

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

border-color css

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

 span { border-color: rgb(190,122,222); }

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