Html Css Color HEX #BE7BE1 Wisteria

📋 copy color: '#BE7BE1'

red 190 ◦ green 123 ◦ blue 225

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

Shades of Wisteria #BE7BE1

Tints of Wisteria #BE7BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.82%

R = 35.32%
G = 22.86%
B = 41.82%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE7BE1 (or 0xBE7BE1) is known color: Wisteria. HEX triplet: BE, 7B and E1. RGB value is (190,123,225). Sum of RGB (Red+Green+Blue) = 190+123+225=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE7BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BE1 is #41841E. Grayscale: #9A9A9A. Windows color (decimal): -4293663 or 14777278. OLE color: 14777278.

HSL color Cylindrical-coordinate representation of color #BE7BE1: hue angle of 279.41º degrees, saturation: 0.63, 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 #BE7BE1 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 123 225 -
CMYK 0.16 0.45 0 0.12
HSL 279.41º 0.63% 0.68% -
HSV(B) 279.41º 0.45% 0.88% -
XYZ 41.91 30.55 74.92 -
YUV 154.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 190 123 225 0.16 0.45 0 0.12 279.41 0.63 0.68
Hex BE 7B E1 10 2D 0 C 117 3F 44
Octal 276 173 341 20 55 0 14 427 77 104
Binary 10111110 1111011 11100001 10000 101101 0 1100 100010111 111111 1000100

Color Harmonies of #BE7BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BE1

Black with #BE7BE1

Text Example


Text Example

White with #BE7BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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