Html Css Color HEX #BF8ADE Wisteria

📋 copy color: '#BF8ADE'

red 191 ◦ green 138 ◦ blue 222

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

Shades of Wisteria #BF8ADE

Tints of Wisteria #BF8ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.05%

 BLUE value IS 222 (87.11% from 255) = 40.29%

R = 34.66%
G = 25.05%
B = 40.29%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF8ADE (or 0xBF8ADE) is known color: Wisteria. HEX triplet: BF, 8A and DE. RGB value is (191,138,222). Sum of RGB (Red+Green+Blue) = 191+138+222=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF8ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ADE is #407521. Grayscale: #A3A3A3. Windows color (decimal): -4224290 or 14584511. OLE color: 14584511.

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

Color convert

RGB 191 138 222 -
CMYK 0.14 0.38 0 0.13
HSL 277.86º 0.56% 0.71% -
HSV(B) 277.86º 0.38% 0.87% -
XYZ 43.76 34.53 73.47 -
YUV 163.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 191 138 222 0.14 0.38 0 0.13 277.86 0.56 0.71
Hex BF 8A DE E 26 0 D 116 38 47
Octal 277 212 336 16 46 0 15 426 70 107
Binary 10111111 10001010 11011110 1110 100110 0 1101 100010110 111000 1000111

Color Harmonies of #BF8ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8ADE

Black with #BF8ADE

Text Example


Text Example

White with #BF8ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8ADE; }

 p { color: rgb(191,138,222); }

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

background-color css

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

 a { background-color: rgb(191,138,222); }

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

border-color css

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

 span { border-color: rgb(191,138,222); }

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