Html Css Color HEX #BE88CF Wisteria

📋 copy color: '#BE88CF'

red 190 ◦ green 136 ◦ blue 207

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

Shades of Wisteria #BE88CF

Tints of Wisteria #BE88CF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.52%

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

R = 35.65%
G = 25.52%
B = 38.84%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE88CF (or 0xBE88CF) is known color: Wisteria. HEX triplet: BE, 88 and CF. RGB value is (190,136,207). Sum of RGB (Red+Green+Blue) = 190+136+207=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE88CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88CF is #417730. Grayscale: #A0A0A0. Windows color (decimal): -4290353 or 13600958. OLE color: 13600958.

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

Color convert

RGB 190 136 207 -
CMYK 0.08 0.34 0 0.19
HSL 285.63º 0.43% 0.67% -
HSV(B) 285.63º 0.34% 0.81% -
XYZ 41.3 33.06 63.24 -
YUV 160.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 190 136 207 0.08 0.34 0 0.19 285.63 0.43 0.67
Hex BE 88 CF 8 22 0 13 11E 2B 43
Octal 276 210 317 10 42 0 23 436 53 103
Binary 10111110 10001000 11001111 1000 100010 0 10011 100011110 101011 1000011

Color Harmonies of #BE88CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE88CF

Black with #BE88CF

Text Example


Text Example

White with #BE88CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE88CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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