Html Css Color HEX #BF8CFA Wisteria

📋 copy color: '#BF8CFA'

red 191 ◦ green 140 ◦ blue 250

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

Shades of Wisteria #BF8CFA

Tints of Wisteria #BF8CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.1%

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 32.87%
G = 24.1%
B = 43.03%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF8CFA (or 0xBF8CFA) is known color: Wisteria. HEX triplet: BF, 8C and FA. RGB value is (191,140,250). Sum of RGB (Red+Green+Blue) = 191+140+250=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8CFA is #407305. Grayscale: #A7A7A7. Windows color (decimal): -4223750 or 16420031. OLE color: 16420031.

HSL color Cylindrical-coordinate representation of color #BF8CFA: hue angle of 267.82º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF8CFA is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 140 250 -
CMYK 0.24 0.44 0 0.02
HSL 267.82º 0.92% 0.76% -
HSV(B) 267.82º 0.44% 0.98% -
XYZ 48.12 36.73 95 -
YUV 167.79 174.4 144.56 -
System Red Green Blue C M Y K H S L
Decimal 191 140 250 0.24 0.44 0 0.02 267.82 0.92 0.76
Hex BF 8C FA 18 2C 0 2 10C 5C 4C
Octal 277 214 372 30 54 0 2 414 134 114
Binary 10111111 10001100 11111010 11000 101100 0 10 100001100 1011100 1001100

Color Harmonies of #BF8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8CFA

Black with #BF8CFA

Text Example


Text Example

White with #BF8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8CFA; }

 p { color: rgb(191,140,250); }

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

background-color css

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

 a { background-color: rgb(191,140,250); }

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

border-color css

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

 span { border-color: rgb(191,140,250); }

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