Html Css Color HEX #BF85DF Wisteria

📋 copy color: '#BF85DF'

red 191 ◦ green 133 ◦ blue 223

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

Shades of Wisteria #BF85DF

Tints of Wisteria #BF85DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.31%

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 34.92%
G = 24.31%
B = 40.77%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF85DF (or 0xBF85DF) is known color: Wisteria. HEX triplet: BF, 85 and DF. RGB value is (191,133,223). Sum of RGB (Red+Green+Blue) = 191+133+223=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85DF is #407A20. Grayscale: #A0A0A0. Windows color (decimal): -4225569 or 14648767. OLE color: 14648767.

HSL color Cylindrical-coordinate representation of color #BF85DF: hue angle of 278.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF85DF is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 133 223 -
CMYK 0.14 0.40 0 0.13
HSL 278.67º 0.58% 0.7% -
HSV(B) 278.67º 0.4% 0.87% -
XYZ 43.19 33.18 73.94 -
YUV 160.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 191 133 223 0.14 0.40 0 0.13 278.67 0.58 0.7
Hex BF 85 DF E 28 0 D 117 3A 46
Octal 277 205 337 16 50 0 15 427 72 106
Binary 10111111 10000101 11011111 1110 101000 0 1101 100010111 111010 1000110

Color Harmonies of #BF85DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85DF

Black with #BF85DF

Text Example


Text Example

White with #BF85DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85DF; }

 p { color: rgb(191,133,223); }

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

background-color css

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

 a { background-color: rgb(191,133,223); }

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

border-color css

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

 span { border-color: rgb(191,133,223); }

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