Html Css Color HEX #BE93E6 Wisteria

📋 copy color: '#BE93E6'

red 190 ◦ green 147 ◦ blue 230

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

Shades of Wisteria #BE93E6

Tints of Wisteria #BE93E6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.93%

 BLUE value IS 230 (90.23% from 255) = 40.56%

R = 33.51%
G = 25.93%
B = 40.56%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE93E6 (or 0xBE93E6) is known color: Wisteria. HEX triplet: BE, 93 and E6. RGB value is (190,147,230). Sum of RGB (Red+Green+Blue) = 190+147+230=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE93E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE93E6 is #416C19. Grayscale: #A9A9A9. Windows color (decimal): -4287514 or 15111102. OLE color: 15111102.

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

Color convert

RGB 190 147 230 -
CMYK 0.17 0.36 0 0.10
HSL 271.08º 0.62% 0.74% -
HSV(B) 271.08º 0.36% 0.9% -
XYZ 45.95 37.53 79.68 -
YUV 169.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 190 147 230 0.17 0.36 0 0.10 271.08 0.62 0.74
Hex BE 93 E6 11 24 0 A 10F 3E 4A
Octal 276 223 346 21 44 0 12 417 76 112
Binary 10111110 10010011 11100110 10001 100100 0 1010 100001111 111110 1001010

Color Harmonies of #BE93E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE93E6

Black with #BE93E6

Text Example


Text Example

White with #BE93E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE93E6; }

 p { color: rgb(190,147,230); }

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

background-color css

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

 a { background-color: rgb(190,147,230); }

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

border-color css

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

 span { border-color: rgb(190,147,230); }

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