Html Css Color HEX #BC86FA Wisteria

📋 copy color: '#BC86FA'

red 188 ◦ green 134 ◦ blue 250

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

Shades of Wisteria #BC86FA

Tints of Wisteria #BC86FA

RGB

 RED value IS 188 (73.83% from 255) = 32.87%

 GREEN value IS 134 (52.73% from 255) = 23.43%

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

R = 32.87%
G = 23.43%
B = 43.71%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC86FA (or 0xBC86FA) is known color: Wisteria. HEX triplet: BC, 86 and FA. RGB value is (188,134,250). Sum of RGB (Red+Green+Blue) = 188+134+250=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC86FA is #437905. Grayscale: #A2A2A2. Windows color (decimal): -4421894 or 16418492. OLE color: 16418492.

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

Color convert

RGB 188 134 250 -
CMYK 0.25 0.46 0 0.02
HSL 267.93º 0.92% 0.75% -
HSV(B) 267.93º 0.46% 0.98% -
XYZ 46.52 34.64 94.68 -
YUV 163.37 176.89 145.57 -
System Red Green Blue C M Y K H S L
Decimal 188 134 250 0.25 0.46 0 0.02 267.93 0.92 0.75
Hex BC 86 FA 19 2E 0 2 10C 5C 4B
Octal 274 206 372 31 56 0 2 414 134 113
Binary 10111100 10000110 11111010 11001 101110 0 10 100001100 1011100 1001011

Color Harmonies of #BC86FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86FA

Black with #BC86FA

Text Example


Text Example

White with #BC86FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86FA; }

 p { color: rgb(188,134,250); }

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

background-color css

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

 a { background-color: rgb(188,134,250); }

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

border-color css

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

 span { border-color: rgb(188,134,250); }

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