Html Css Color HEX #BE8BDA Wisteria

📋 copy color: '#BE8BDA'

red 190 ◦ green 139 ◦ blue 218

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

Shades of Wisteria #BE8BDA

Tints of Wisteria #BE8BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 34.73%
G = 25.41%
B = 39.85%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE8BDA (or 0xBE8BDA) is known color: Wisteria. HEX triplet: BE, 8B and DA. RGB value is (190,139,218). Sum of RGB (Red+Green+Blue) = 190+139+218=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE8BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8BDA is #417425. Grayscale: #A2A2A2. Windows color (decimal): -4289574 or 14322622. OLE color: 14322622.

HSL color Cylindrical-coordinate representation of color #BE8BDA: hue angle of 278.73º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE8BDA is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 139 218 -
CMYK 0.13 0.36 0 0.15
HSL 278.73º 0.52% 0.7% -
HSV(B) 278.73º 0.36% 0.85% -
XYZ 43.12 34.47 70.71 -
YUV 163.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 190 139 218 0.13 0.36 0 0.15 278.73 0.52 0.7
Hex BE 8B DA D 24 0 F 117 34 46
Octal 276 213 332 15 44 0 17 427 64 106
Binary 10111110 10001011 11011010 1101 100100 0 1111 100010111 110100 1000110

Color Harmonies of #BE8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8BDA

Black with #BE8BDA

Text Example


Text Example

White with #BE8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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