Html Css Color HEX #BF85DD Wisteria

📋 copy color: '#BF85DD'

red 191 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #BF85DD

Tints of Wisteria #BF85DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 35.05%
G = 24.4%
B = 40.55%

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

#BF85DD (or 0xBF85DD) is known color: Wisteria. HEX triplet: BF, 85 and DD. RGB value is (191,133,221). Sum of RGB (Red+Green+Blue) = 191+133+221=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85DD is #407A22. Grayscale: #A0A0A0. Windows color (decimal): -4225571 or 14517695. OLE color: 14517695.

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

Color convert

RGB 191 133 221 -
CMYK 0.14 0.40 0 0.13
HSL 279.55º 0.56% 0.69% -
HSV(B) 279.55º 0.4% 0.87% -
XYZ 42.92 33.07 72.53 -
YUV 160.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 191 133 221 0.14 0.40 0 0.13 279.55 0.56 0.69
Hex BF 85 DD E 28 0 D 118 38 45
Octal 277 205 335 16 50 0 15 430 70 105
Binary 10111111 10000101 11011101 1110 101000 0 1101 100011000 111000 1000101

Color Harmonies of #BF85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85DD

Black with #BF85DD

Text Example


Text Example

White with #BF85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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