Html Css Color HEX #BF88EF Wisteria

📋 copy color: '#BF88EF'

red 191 ◦ green 136 ◦ blue 239

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

Shades of Wisteria #BF88EF

Tints of Wisteria #BF88EF

RGB

 RED value IS 191 (75% from 255) = 33.75%

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

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

R = 33.75%
G = 24.03%
B = 42.23%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF88EF (or 0xBF88EF) is known color: Wisteria. HEX triplet: BF, 88 and EF. RGB value is (191,136,239). Sum of RGB (Red+Green+Blue) = 191+136+239=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF88EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF88EF is #407710. Grayscale: #A3A3A3. Windows color (decimal): -4224785 or 15698111. OLE color: 15698111.

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

Color convert

RGB 191 136 239 -
CMYK 0.20 0.43 0 0.06
HSL 272.04º 0.76% 0.74% -
HSV(B) 272.04º 0.43% 0.94% -
XYZ 45.87 34.92 85.98 -
YUV 164.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 191 136 239 0.20 0.43 0 0.06 272.04 0.76 0.74
Hex BF 88 EF 14 2B 0 6 110 4C 4A
Octal 277 210 357 24 53 0 6 420 114 112
Binary 10111111 10001000 11101111 10100 101011 0 110 100010000 1001100 1001010

Color Harmonies of #BF88EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF88EF

Black with #BF88EF

Text Example


Text Example

White with #BF88EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF88EF; }

 p { color: rgb(191,136,239); }

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

background-color css

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

 a { background-color: rgb(191,136,239); }

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

border-color css

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

 span { border-color: rgb(191,136,239); }

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