Html Css Color HEX #BE8CEF Wisteria

📋 copy color: '#BE8CEF'

red 190 ◦ green 140 ◦ blue 239

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

Shades of Wisteria #BE8CEF

Tints of Wisteria #BE8CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.6%

 BLUE value IS 239 (93.75% from 255) = 42%

R = 33.39%
G = 24.6%
B = 42%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE8CEF (or 0xBE8CEF) is known color: Wisteria. HEX triplet: BE, 8C and EF. RGB value is (190,140,239). Sum of RGB (Red+Green+Blue) = 190+140+239=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE8CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8CEF is #417310. Grayscale: #A5A5A5. Windows color (decimal): -4289297 or 15699134. OLE color: 15699134.

HSL color Cylindrical-coordinate representation of color #BE8CEF: hue angle of 270.3º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE8CEF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 140 239 -
CMYK 0.21 0.41 0 0.06
HSL 270.3º 0.76% 0.74% -
HSV(B) 270.3º 0.41% 0.94% -
XYZ 46.19 35.94 86.16 -
YUV 166.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 190 140 239 0.21 0.41 0 0.06 270.3 0.76 0.74
Hex BE 8C EF 15 29 0 6 10E 4C 4A
Octal 276 214 357 25 51 0 6 416 114 112
Binary 10111110 10001100 11101111 10101 101001 0 110 100001110 1001100 1001010

Color Harmonies of #BE8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8CEF

Black with #BE8CEF

Text Example


Text Example

White with #BE8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8CEF; }

 p { color: rgb(190,140,239); }

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

background-color css

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

 a { background-color: rgb(190,140,239); }

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

border-color css

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

 span { border-color: rgb(190,140,239); }

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