Html Css Color HEX #BE8ADA Wisteria

📋 copy color: '#BE8ADA'

red 190 ◦ green 138 ◦ blue 218

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

Shades of Wisteria #BE8ADA

Tints of Wisteria #BE8ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.27%

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

R = 34.8%
G = 25.27%
B = 39.93%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE8ADA (or 0xBE8ADA) is known color: Wisteria. HEX triplet: BE, 8A and DA. RGB value is (190,138,218). Sum of RGB (Red+Green+Blue) = 190+138+218=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE8ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ADA is #417525. Grayscale: #A2A2A2. Windows color (decimal): -4289830 or 14322366. OLE color: 14322366.

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

Color convert

RGB 190 138 218 -
CMYK 0.13 0.37 0 0.15
HSL 279º 0.52% 0.7% -
HSV(B) 279º 0.37% 0.85% -
XYZ 42.98 34.19 70.66 -
YUV 162.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 190 138 218 0.13 0.37 0 0.15 279 0.52 0.7
Hex BE 8A DA D 25 0 F 117 34 46
Octal 276 212 332 15 45 0 17 427 64 106
Binary 10111110 10001010 11011010 1101 100101 0 1111 100010111 110100 1000110

Color Harmonies of #BE8ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8ADA

Black with #BE8ADA

Text Example


Text Example

White with #BE8ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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