Html Css Color HEX #BE7FDE Wisteria

📋 copy color: '#BE7FDE'

red 190 ◦ green 127 ◦ blue 222

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

Shades of Wisteria #BE7FDE

Tints of Wisteria #BE7FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.56%

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

R = 35.25%
G = 23.56%
B = 41.19%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE7FDE (or 0xBE7FDE) is known color: Wisteria. HEX triplet: BE, 7F and DE. RGB value is (190,127,222). Sum of RGB (Red+Green+Blue) = 190+127+222=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE7FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FDE is #418021. Grayscale: #9C9C9C. Windows color (decimal): -4292642 or 14581694. OLE color: 14581694.

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

Color convert

RGB 190 127 222 -
CMYK 0.14 0.43 0 0.13
HSL 279.79º 0.59% 0.68% -
HSV(B) 279.79º 0.43% 0.87% -
XYZ 42.01 31.4 72.95 -
YUV 156.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 190 127 222 0.14 0.43 0 0.13 279.79 0.59 0.68
Hex BE 7F DE E 2B 0 D 118 3B 44
Octal 276 177 336 16 53 0 15 430 73 104
Binary 10111110 1111111 11011110 1110 101011 0 1101 100011000 111011 1000100

Color Harmonies of #BE7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FDE

Black with #BE7FDE

Text Example


Text Example

White with #BE7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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