Html Css Color HEX #BF85DB Wisteria

📋 copy color: '#BF85DB'

red 191 ◦ green 133 ◦ blue 219

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

Shades of Wisteria #BF85DB

Tints of Wisteria #BF85DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.33%

R = 35.17%
G = 24.49%
B = 40.33%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF85DB (or 0xBF85DB) is known color: Wisteria. HEX triplet: BF, 85 and DB. RGB value is (191,133,219). Sum of RGB (Red+Green+Blue) = 191+133+219=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85DB is #407A24. Grayscale: #9F9F9F. Windows color (decimal): -4225573 or 14386623. OLE color: 14386623.

HSL color Cylindrical-coordinate representation of color #BF85DB: hue angle of 280.47º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF85DB is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 133 219 -
CMYK 0.13 0.39 0 0.14
HSL 280.47º 0.54% 0.69% -
HSV(B) 280.47º 0.39% 0.86% -
XYZ 42.66 32.97 71.13 -
YUV 160.15 161.22 150.01 -
System Red Green Blue C M Y K H S L
Decimal 191 133 219 0.13 0.39 0 0.14 280.47 0.54 0.69
Hex BF 85 DB D 27 0 E 118 36 45
Octal 277 205 333 15 47 0 16 430 66 105
Binary 10111111 10000101 11011011 1101 100111 0 1110 100011000 110110 1000101

Color Harmonies of #BF85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85DB

Black with #BF85DB

Text Example


Text Example

White with #BF85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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