Html Css Color HEX #BE8BFF Wisteria

📋 copy color: '#BE8BFF'

red 190 ◦ green 139 ◦ blue 255

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

Shades of Wisteria #BE8BFF

Tints of Wisteria #BE8BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.66%

R = 32.53%
G = 23.8%
B = 43.66%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE8BFF (or 0xBE8BFF) is known color: Wisteria. HEX triplet: BE, 8B and FF. RGB value is (190,139,255). Sum of RGB (Red+Green+Blue) = 190+139+255=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE8BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8BFF is #417400. Grayscale: #A7A7A7. Windows color (decimal): -4289537 or 16747454. OLE color: 16747454.

HSL color Cylindrical-coordinate representation of color #BE8BFF: hue angle of 266.38º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE8BFF is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 139 255 -
CMYK 0.25 0.45 0 0
HSL 266.38º 1% 0.77% -
HSV(B) 266.38º 0.45% 1% -
XYZ 48.52 36.63 99.12 -
YUV 167.47 177.4 144.07 -
System Red Green Blue C M Y K H S L
Decimal 190 139 255 0.25 0.45 0 0 266.38 1 0.77
Hex BE 8B FF 19 2D 0 0 10A 64 4D
Octal 276 213 377 31 55 0 0 412 144 115
Binary 10111110 10001011 11111111 11001 101101 0 0 100001010 1100100 1001101

Color Harmonies of #BE8BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8BFF

Black with #BE8BFF

Text Example


Text Example

White with #BE8BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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