Html Css Color HEX #BE8BF1 Wisteria

📋 copy color: '#BE8BF1'

red 190 ◦ green 139 ◦ blue 241

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

Shades of Wisteria #BE8BF1

Tints of Wisteria #BE8BF1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.39%

 BLUE value IS 241 (94.53% from 255) = 42.28%

R = 33.33%
G = 24.39%
B = 42.28%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE8BF1 (or 0xBE8BF1) is known color: Wisteria. HEX triplet: BE, 8B and F1. RGB value is (190,139,241). Sum of RGB (Red+Green+Blue) = 190+139+241=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE8BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8BF1 is #41740E. Grayscale: #A5A5A5. Windows color (decimal): -4289551 or 15829950. OLE color: 15829950.

HSL color Cylindrical-coordinate representation of color #BE8BF1: hue angle of 270º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE8BF1 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 139 241 -
CMYK 0.21 0.42 0 0.05
HSL 270º 0.78% 0.75% -
HSV(B) 270º 0.42% 0.95% -
XYZ 46.35 35.76 87.68 -
YUV 165.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 190 139 241 0.21 0.42 0 0.05 270 0.78 0.75
Hex BE 8B F1 15 2A 0 5 10E 4E 4B
Octal 276 213 361 25 52 0 5 416 116 113
Binary 10111110 10001011 11110001 10101 101010 0 101 100001110 1001110 1001011

Color Harmonies of #BE8BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8BF1

Black with #BE8BF1

Text Example


Text Example

White with #BE8BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8BF1; }

 p { color: rgb(190,139,241); }

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

background-color css

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

 a { background-color: rgb(190,139,241); }

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

border-color css

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

 span { border-color: rgb(190,139,241); }

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