Html Css Color HEX #BE7FE5 Wisteria

📋 copy color: '#BE7FE5'

red 190 ◦ green 127 ◦ blue 229

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

Shades of Wisteria #BE7FE5

Tints of Wisteria #BE7FE5

RGB

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

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

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

R = 34.8%
G = 23.26%
B = 41.94%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE7FE5 (or 0xBE7FE5) is known color: Wisteria. HEX triplet: BE, 7F and E5. RGB value is (190,127,229). Sum of RGB (Red+Green+Blue) = 190+127+229=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE7FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FE5 is #41801A. Grayscale: #9D9D9D. Windows color (decimal): -4292635 or 15040446. OLE color: 15040446.

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

Color convert

RGB 190 127 229 -
CMYK 0.17 0.45 0 0.10
HSL 277.06º 0.66% 0.7% -
HSV(B) 277.06º 0.45% 0.9% -
XYZ 42.97 31.78 78 -
YUV 157.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 190 127 229 0.17 0.45 0 0.10 277.06 0.66 0.7
Hex BE 7F E5 11 2D 0 A 115 42 46
Octal 276 177 345 21 55 0 12 425 102 106
Binary 10111110 1111111 11100101 10001 101101 0 1010 100010101 1000010 1000110

Color Harmonies of #BE7FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FE5

Black with #BE7FE5

Text Example


Text Example

White with #BE7FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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