Html Css Color HEX #BC86DA Wisteria

📋 copy color: '#BC86DA'

red 188 ◦ green 134 ◦ blue 218

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

Shades of Wisteria #BC86DA

Tints of Wisteria #BC86DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 34.81%
G = 24.81%
B = 40.37%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC86DA (or 0xBC86DA) is known color: Wisteria. HEX triplet: BC, 86 and DA. RGB value is (188,134,218). Sum of RGB (Red+Green+Blue) = 188+134+218=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC86DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86DA is #437925. Grayscale: #9F9F9F. Windows color (decimal): -4421926 or 14321340. OLE color: 14321340.

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

Color convert

RGB 188 134 218 -
CMYK 0.14 0.39 0 0.15
HSL 278.57º 0.53% 0.69% -
HSV(B) 278.57º 0.39% 0.85% -
XYZ 41.92 32.8 70.45 -
YUV 159.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 188 134 218 0.14 0.39 0 0.15 278.57 0.53 0.69
Hex BC 86 DA E 27 0 F 117 35 45
Octal 274 206 332 16 47 0 17 427 65 105
Binary 10111100 10000110 11011010 1110 100111 0 1111 100010111 110101 1000101

Color Harmonies of #BC86DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86DA

Black with #BC86DA

Text Example


Text Example

White with #BC86DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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