Html Css Color HEX #BE8ACF Wisteria

📋 copy color: '#BE8ACF'

red 190 ◦ green 138 ◦ blue 207

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

Shades of Wisteria #BE8ACF

Tints of Wisteria #BE8ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 35.51%
G = 25.79%
B = 38.69%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE8ACF (or 0xBE8ACF) is known color: Wisteria. HEX triplet: BE, 8A and CF. RGB value is (190,138,207). Sum of RGB (Red+Green+Blue) = 190+138+207=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE8ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ACF is #417530. Grayscale: #A1A1A1. Windows color (decimal): -4289841 or 13601470. OLE color: 13601470.

HSL color Cylindrical-coordinate representation of color #BE8ACF: hue angle of 285.22º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE8ACF is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 138 207 -
CMYK 0.08 0.33 0 0.19
HSL 285.22º 0.42% 0.68% -
HSV(B) 285.22º 0.33% 0.81% -
XYZ 41.59 33.63 63.33 -
YUV 161.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 190 138 207 0.08 0.33 0 0.19 285.22 0.42 0.68
Hex BE 8A CF 8 21 0 13 11D 2A 44
Octal 276 212 317 10 41 0 23 435 52 104
Binary 10111110 10001010 11001111 1000 100001 0 10011 100011101 101010 1000100

Color Harmonies of #BE8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8ACF

Black with #BE8ACF

Text Example


Text Example

White with #BE8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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