Html Css Color HEX #BF8ED0 Wisteria

📋 copy color: '#BF8ED0'

red 191 ◦ green 142 ◦ blue 208

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

Shades of Wisteria #BF8ED0

Tints of Wisteria #BF8ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.45%

R = 35.3%
G = 26.25%
B = 38.45%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF8ED0 (or 0xBF8ED0) is known color: Wisteria. HEX triplet: BF, 8E and D0. RGB value is (191,142,208). Sum of RGB (Red+Green+Blue) = 191+142+208=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF8ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ED0 is #40712F. Grayscale: #A3A3A3. Windows color (decimal): -4223280 or 13668031. OLE color: 13668031.

HSL color Cylindrical-coordinate representation of color #BF8ED0: hue angle of 284.55º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF8ED0 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 142 208 -
CMYK 0.08 0.32 0 0.18
HSL 284.55º 0.41% 0.69% -
HSV(B) 284.55º 0.32% 0.82% -
XYZ 42.54 34.98 64.18 -
YUV 164.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 191 142 208 0.08 0.32 0 0.18 284.55 0.41 0.69
Hex BF 8E D0 8 20 0 12 11D 29 45
Octal 277 216 320 10 40 0 22 435 51 105
Binary 10111111 10001110 11010000 1000 100000 0 10010 100011101 101001 1000101

Color Harmonies of #BF8ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8ED0

Black with #BF8ED0

Text Example


Text Example

White with #BF8ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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