Html Css Color HEX #BE85DD Wisteria

📋 copy color: '#BE85DD'

red 190 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #BE85DD

Tints of Wisteria #BE85DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 34.93%
G = 24.45%
B = 40.63%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE85DD (or 0xBE85DD) is known color: Wisteria. HEX triplet: BE, 85 and DD. RGB value is (190,133,221). Sum of RGB (Red+Green+Blue) = 190+133+221=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85DD is #417A22. Grayscale: #9F9F9F. Windows color (decimal): -4291107 or 14517694. OLE color: 14517694.

HSL color Cylindrical-coordinate representation of color #BE85DD: hue angle of 278.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE85DD is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 133 221 -
CMYK 0.14 0.40 0 0.13
HSL 278.86º 0.56% 0.69% -
HSV(B) 278.86º 0.4% 0.87% -
XYZ 42.67 32.94 72.52 -
YUV 160.08 162.38 149.34 -
System Red Green Blue C M Y K H S L
Decimal 190 133 221 0.14 0.40 0 0.13 278.86 0.56 0.69
Hex BE 85 DD E 28 0 D 117 38 45
Octal 276 205 335 16 50 0 15 427 70 105
Binary 10111110 10000101 11011101 1110 101000 0 1101 100010111 111000 1000101

Color Harmonies of #BE85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85DD

Black with #BE85DD

Text Example


Text Example

White with #BE85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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