Html Css Color HEX #BF88CE Wisteria

📋 copy color: '#BF88CE'

red 191 ◦ green 136 ◦ blue 206

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

Shades of Wisteria #BF88CE

Tints of Wisteria #BF88CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 35.83%
G = 25.52%
B = 38.65%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF88CE (or 0xBF88CE) is known color: Wisteria. HEX triplet: BF, 88 and CE. RGB value is (191,136,206). Sum of RGB (Red+Green+Blue) = 191+136+206=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF88CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88CE is #407731. Grayscale: #A0A0A0. Windows color (decimal): -4224818 or 13535423. OLE color: 13535423.

HSL color Cylindrical-coordinate representation of color #BF88CE: hue angle of 287.14º degrees, saturation: 0.42, 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 #BF88CE is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 136 206 -
CMYK 0.07 0.34 0 0.19
HSL 287.14º 0.42% 0.67% -
HSV(B) 287.14º 0.34% 0.81% -
XYZ 41.43 33.14 62.61 -
YUV 160.43 153.72 149.81 -
System Red Green Blue C M Y K H S L
Decimal 191 136 206 0.07 0.34 0 0.19 287.14 0.42 0.67
Hex BF 88 CE 7 22 0 13 11F 2A 43
Octal 277 210 316 7 42 0 23 437 52 103
Binary 10111111 10001000 11001110 111 100010 0 10011 100011111 101010 1000011

Color Harmonies of #BF88CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF88CE

Black with #BF88CE

Text Example


Text Example

White with #BF88CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF88CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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