Html Css Color HEX #BE7BE0 Wisteria

📋 copy color: '#BE7BE0'

red 190 ◦ green 123 ◦ blue 224

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

Shades of Wisteria #BE7BE0

Tints of Wisteria #BE7BE0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.91%

 BLUE value IS 224 (87.89% from 255) = 41.71%

R = 35.38%
G = 22.91%
B = 41.71%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE7BE0 (or 0xBE7BE0) is known color: Wisteria. HEX triplet: BE, 7B and E0. RGB value is (190,123,224). Sum of RGB (Red+Green+Blue) = 190+123+224=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BE0 is #41841F. Grayscale: #9A9A9A. Windows color (decimal): -4293664 or 14711742. OLE color: 14711742.

HSL color Cylindrical-coordinate representation of color #BE7BE0: hue angle of 279.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7BE0 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 123 224 -
CMYK 0.15 0.45 0 0.12
HSL 279.8º 0.62% 0.68% -
HSV(B) 279.8º 0.45% 0.88% -
XYZ 41.77 30.49 74.21 -
YUV 154.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 190 123 224 0.15 0.45 0 0.12 279.8 0.62 0.68
Hex BE 7B E0 F 2D 0 C 118 3E 44
Octal 276 173 340 17 55 0 14 430 76 104
Binary 10111110 1111011 11100000 1111 101101 0 1100 100011000 111110 1000100

Color Harmonies of #BE7BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BE0

Black with #BE7BE0

Text Example


Text Example

White with #BE7BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BE0; }

 p { color: rgb(190,123,224); }

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

background-color css

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

 a { background-color: rgb(190,123,224); }

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

border-color css

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

 span { border-color: rgb(190,123,224); }

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