Html Css Color HEX #BE7CE2 Wisteria

📋 copy color: '#BE7CE2'

red 190 ◦ green 124 ◦ blue 226

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

Shades of Wisteria #BE7CE2

Tints of Wisteria #BE7CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.85%

R = 35.19%
G = 22.96%
B = 41.85%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE7CE2 (or 0xBE7CE2) is known color: Wisteria. HEX triplet: BE, 7C and E2. RGB value is (190,124,226). Sum of RGB (Red+Green+Blue) = 190+124+226=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE7CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CE2 is #41831D. Grayscale: #9B9B9B. Windows color (decimal): -4293406 or 14843070. OLE color: 14843070.

HSL color Cylindrical-coordinate representation of color #BE7CE2: hue angle of 278.82º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7CE2 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 124 226 -
CMYK 0.16 0.45 0 0.11
HSL 278.82º 0.64% 0.69% -
HSV(B) 278.82º 0.45% 0.89% -
XYZ 42.17 30.85 75.68 -
YUV 155.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 190 124 226 0.16 0.45 0 0.11 278.82 0.64 0.69
Hex BE 7C E2 10 2D 0 B 117 40 45
Octal 276 174 342 20 55 0 13 427 100 105
Binary 10111110 1111100 11100010 10000 101101 0 1011 100010111 1000000 1000101

Color Harmonies of #BE7CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7CE2

Black with #BE7CE2

Text Example


Text Example

White with #BE7CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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