Html Css Color HEX #BF87E5 Wisteria

📋 copy color: '#BF87E5'

red 191 ◦ green 135 ◦ blue 229

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

Shades of Wisteria #BF87E5

Tints of Wisteria #BF87E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.26%

R = 34.41%
G = 24.32%
B = 41.26%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF87E5 (or 0xBF87E5) is known color: Wisteria. HEX triplet: BF, 87 and E5. RGB value is (191,135,229). Sum of RGB (Red+Green+Blue) = 191+135+229=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF87E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87E5 is #40781A. Grayscale: #A2A2A2. Windows color (decimal): -4225051 or 15042495. OLE color: 15042495.

HSL color Cylindrical-coordinate representation of color #BF87E5: hue angle of 275.74º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF87E5 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 135 229 -
CMYK 0.17 0.41 0 0.10
HSL 275.74º 0.64% 0.71% -
HSV(B) 275.74º 0.41% 0.9% -
XYZ 44.29 34.06 78.37 -
YUV 162.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 191 135 229 0.17 0.41 0 0.10 275.74 0.64 0.71
Hex BF 87 E5 11 29 0 A 114 40 47
Octal 277 207 345 21 51 0 12 424 100 107
Binary 10111111 10000111 11100101 10001 101001 0 1010 100010100 1000000 1000111

Color Harmonies of #BF87E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF87E5

Black with #BF87E5

Text Example


Text Example

White with #BF87E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF87E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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