Html Css Color HEX #BE7FEE Wisteria

📋 copy color: '#BE7FEE'

red 190 ◦ green 127 ◦ blue 238

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

Shades of Wisteria #BE7FEE

Tints of Wisteria #BE7FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.88%

R = 34.23%
G = 22.88%
B = 42.88%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE7FEE (or 0xBE7FEE) is known color: Wisteria. HEX triplet: BE, 7F and EE. RGB value is (190,127,238). Sum of RGB (Red+Green+Blue) = 190+127+238=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE7FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7FEE is #418011. Grayscale: #9E9E9E. Windows color (decimal): -4292626 or 15630270. OLE color: 15630270.

HSL color Cylindrical-coordinate representation of color #BE7FEE: hue angle of 274.05º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE7FEE is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 127 238 -
CMYK 0.20 0.47 0 0.07
HSL 274.05º 0.77% 0.72% -
HSV(B) 274.05º 0.47% 0.93% -
XYZ 44.26 32.3 84.79 -
YUV 158.49 172.87 150.47 -
System Red Green Blue C M Y K H S L
Decimal 190 127 238 0.20 0.47 0 0.07 274.05 0.77 0.72
Hex BE 7F EE 14 2F 0 7 112 4D 48
Octal 276 177 356 24 57 0 7 422 115 110
Binary 10111110 1111111 11101110 10100 101111 0 111 100010010 1001101 1001000

Color Harmonies of #BE7FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FEE

Black with #BE7FEE

Text Example


Text Example

White with #BE7FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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