Html Css Color HEX #BE7FEC Wisteria

📋 copy color: '#BE7FEC'

red 190 ◦ green 127 ◦ blue 236

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

Shades of Wisteria #BE7FEC

Tints of Wisteria #BE7FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 34.36%
G = 22.97%
B = 42.68%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE7FEC (or 0xBE7FEC) is known color: Wisteria. HEX triplet: BE, 7F and EC. RGB value is (190,127,236). Sum of RGB (Red+Green+Blue) = 190+127+236=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE7FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7FEC is #418013. Grayscale: #9D9D9D. Windows color (decimal): -4292628 or 15499198. OLE color: 15499198.

HSL color Cylindrical-coordinate representation of color #BE7FEC: hue angle of 274.68º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE7FEC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 127 236 -
CMYK 0.19 0.46 0 0.07
HSL 274.68º 0.74% 0.71% -
HSV(B) 274.68º 0.46% 0.93% -
XYZ 43.96 32.18 83.25 -
YUV 158.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 190 127 236 0.19 0.46 0 0.07 274.68 0.74 0.71
Hex BE 7F EC 13 2E 0 7 113 4A 47
Octal 276 177 354 23 56 0 7 423 112 107
Binary 10111110 1111111 11101100 10011 101110 0 111 100010011 1001010 1000111

Color Harmonies of #BE7FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FEC

Black with #BE7FEC

Text Example


Text Example

White with #BE7FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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