Html Css Color HEX #BE85EC Wisteria

📋 copy color: '#BE85EC'

red 190 ◦ green 133 ◦ blue 236

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

Shades of Wisteria #BE85EC

Tints of Wisteria #BE85EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.79%

 BLUE value IS 236 (92.58% from 255) = 42.22%

R = 33.99%
G = 23.79%
B = 42.22%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE85EC (or 0xBE85EC) is known color: Wisteria. HEX triplet: BE, 85 and EC. RGB value is (190,133,236). Sum of RGB (Red+Green+Blue) = 190+133+236=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE85EC is #417A13. Grayscale: #A1A1A1. Windows color (decimal): -4291092 or 15500734. OLE color: 15500734.

HSL color Cylindrical-coordinate representation of color #BE85EC: hue angle of 273.2º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE85EC is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 133 236 -
CMYK 0.19 0.44 0 0.07
HSL 273.2º 0.73% 0.72% -
HSV(B) 273.2º 0.44% 0.93% -
XYZ 44.76 33.78 83.52 -
YUV 161.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 190 133 236 0.19 0.44 0 0.07 273.2 0.73 0.72
Hex BE 85 EC 13 2C 0 7 111 49 48
Octal 276 205 354 23 54 0 7 421 111 110
Binary 10111110 10000101 11101100 10011 101100 0 111 100010001 1001001 1001000

Color Harmonies of #BE85EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85EC

Black with #BE85EC

Text Example


Text Example

White with #BE85EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85EC; }

 p { color: rgb(190,133,236); }

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

background-color css

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

 a { background-color: rgb(190,133,236); }

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

border-color css

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

 span { border-color: rgb(190,133,236); }

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