Html Css Color HEX #BF8EE0 Wisteria

📋 copy color: '#BF8EE0'

red 191 ◦ green 142 ◦ blue 224

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

Shades of Wisteria #BF8EE0

Tints of Wisteria #BF8EE0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.49%

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

R = 34.29%
G = 25.49%
B = 40.22%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF8EE0 (or 0xBF8EE0) is known color: Wisteria. HEX triplet: BF, 8E and E0. RGB value is (191,142,224). Sum of RGB (Red+Green+Blue) = 191+142+224=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EE0 is #40711F. Grayscale: #A5A5A5. Windows color (decimal): -4223264 or 14716607. OLE color: 14716607.

HSL color Cylindrical-coordinate representation of color #BF8EE0: hue angle of 275.85º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF8EE0 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 142 224 -
CMYK 0.15 0.37 0 0.12
HSL 275.85º 0.57% 0.72% -
HSV(B) 275.85º 0.37% 0.88% -
XYZ 44.61 35.8 75.08 -
YUV 166 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 191 142 224 0.15 0.37 0 0.12 275.85 0.57 0.72
Hex BF 8E E0 F 25 0 C 114 39 48
Octal 277 216 340 17 45 0 14 424 71 110
Binary 10111111 10001110 11100000 1111 100101 0 1100 100010100 111001 1001000

Color Harmonies of #BF8EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EE0

Black with #BF8EE0

Text Example


Text Example

White with #BF8EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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