Html Css Color HEX #BE7CE5 Wisteria

📋 copy color: '#BE7CE5'

red 190 ◦ green 124 ◦ blue 229

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

Shades of Wisteria #BE7CE5

Tints of Wisteria #BE7CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.17%

R = 34.99%
G = 22.84%
B = 42.17%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE7CE5 (or 0xBE7CE5) is known color: Wisteria. HEX triplet: BE, 7C and E5. RGB value is (190,124,229). Sum of RGB (Red+Green+Blue) = 190+124+229=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE7CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CE5 is #41831A. Grayscale: #9B9B9B. Windows color (decimal): -4293403 or 15039678. OLE color: 15039678.

HSL color Cylindrical-coordinate representation of color #BE7CE5: hue angle of 277.71º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE7CE5 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 124 229 -
CMYK 0.17 0.46 0 0.10
HSL 277.71º 0.67% 0.69% -
HSV(B) 277.71º 0.46% 0.9% -
XYZ 42.59 31.02 77.87 -
YUV 155.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 190 124 229 0.17 0.46 0 0.10 277.71 0.67 0.69
Hex BE 7C E5 11 2E 0 A 116 43 45
Octal 276 174 345 21 56 0 12 426 103 105
Binary 10111110 1111100 11100101 10001 101110 0 1010 100010110 1000011 1000101

Color Harmonies of #BE7CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7CE5

Black with #BE7CE5

Text Example


Text Example

White with #BE7CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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