Html Css Color HEX #BF87E0 Wisteria

📋 copy color: '#BF87E0'

red 191 ◦ green 135 ◦ blue 224

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

Shades of Wisteria #BF87E0

Tints of Wisteria #BF87E0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.55%

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 34.73%
G = 24.55%
B = 40.73%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF87E0 (or 0xBF87E0) is known color: Wisteria. HEX triplet: BF, 87 and E0. RGB value is (191,135,224). Sum of RGB (Red+Green+Blue) = 191+135+224=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF87E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87E0 is #40781F. Grayscale: #A1A1A1. Windows color (decimal): -4225056 or 14714815. OLE color: 14714815.

HSL color Cylindrical-coordinate representation of color #BF87E0: hue angle of 277.75º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF87E0 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 135 224 -
CMYK 0.15 0.40 0 0.12
HSL 277.75º 0.59% 0.7% -
HSV(B) 277.75º 0.4% 0.88% -
XYZ 43.6 33.79 74.74 -
YUV 161.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 191 135 224 0.15 0.40 0 0.12 277.75 0.59 0.7
Hex BF 87 E0 F 28 0 C 116 3B 46
Octal 277 207 340 17 50 0 14 426 73 106
Binary 10111111 10000111 11100000 1111 101000 0 1100 100010110 111011 1000110

Color Harmonies of #BF87E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF87E0

Black with #BF87E0

Text Example


Text Example

White with #BF87E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF87E0; }

 p { color: rgb(191,135,224); }

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

background-color css

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

 a { background-color: rgb(191,135,224); }

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

border-color css

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

 span { border-color: rgb(191,135,224); }

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